mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-13 03:32:28 -04:00
SQL: Changed creature_template.family to be unsigned
This commit is contained in:
@@ -533,7 +533,7 @@ CREATE TABLE `creature_template` (
|
||||
`unit_flags` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`unit_flags2` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`dynamicflags` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`family` tinyint(4) NOT NULL DEFAULT '0',
|
||||
`family` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`trainer_type` tinyint(4) NOT NULL DEFAULT '0',
|
||||
`trainer_class` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`trainer_race` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
|
||||
Reference in New Issue
Block a user