mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-17 13:39:46 -04:00
* Fixed SQL in commit 6666
--HG-- branch : trunk
This commit is contained in:
+1
-4
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user