Increased field size for npc_templateid and locx.
This commit is contained in:
parent
c80b1bbbd7
commit
08ed09c76a
@ -2,8 +2,8 @@ DROP TABLE IF EXISTS `spawnlist`;
|
||||
CREATE TABLE `spawnlist` (
|
||||
`location` varchar(40) NOT NULL DEFAULT '',
|
||||
`count` tinyint(1) unsigned NOT NULL DEFAULT '0',
|
||||
`npc_templateid` smallint(5) unsigned NOT NULL DEFAULT '0',
|
||||
`locx` mediumint(6) NOT NULL DEFAULT '0',
|
||||
`npc_templateid` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`locx` mediumint(8) NOT NULL DEFAULT '0',
|
||||
`locy` mediumint(6) NOT NULL DEFAULT '0',
|
||||
`locz` mediumint(6) NOT NULL DEFAULT '0',
|
||||
`randomx` mediumint(6) NOT NULL DEFAULT '0',
|
||||
|
Loading…
Reference in New Issue
Block a user