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