* Fixed SQL in commit 6666

--HG--
branch : trunk
This commit is contained in:
Brian
2009-12-20 20:41:20 -07:00
parent 67a4afc54c
commit 8a560ca408
2 changed files with 3 additions and 4 deletions
+1 -4
View File
@@ -1610,10 +1610,7 @@ CREATE TABLE `creature_template` (
`gossip_menu_id` mediumint(8) unsigned NOT NULL default '0',
`minlevel` tinyint(3) unsigned NOT NULL DEFAULT '1',
`maxlevel` tinyint(3) unsigned NOT NULL DEFAULT '1',
`minhealth` int(10) unsigned NOT NULL DEFAULT '0',
`maxhealth` int(10) unsigned NOT NULL DEFAULT '0',
`minmana` int(10) unsigned NOT NULL DEFAULT '0',
`maxmana` int(10) unsigned NOT NULL DEFAULT '0',
`exp` smallint(2) NOT NULL DEFAULT '0',
`armor` mediumint(8) unsigned NOT NULL DEFAULT '0',
`faction_A` smallint(5) unsigned NOT NULL DEFAULT '0',
`faction_H` smallint(5) unsigned NOT NULL DEFAULT '0',