Increased field size for npc_templateid and locx.

This commit is contained in:
MobiusDev 2015-11-06 08:33:55 +00:00
parent c80b1bbbd7
commit 08ed09c76a

View File

@ -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',