mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 18:15:31 +01:00
DB/Hotfixes: Updated hotfixes creature table structure for 7.0.3
This commit is contained in:
5
sql/updates/hotfixes/6.x/2016_09_07_00_hotfixes.sql
Normal file
5
sql/updates/hotfixes/6.x/2016_09_07_00_hotfixes.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
ALTER TABLE `creature`
|
||||
CHANGE `Type` `Type` MEDIUMINT(3) UNSIGNED DEFAULT 0 NOT NULL AFTER `FemaleSubName`,
|
||||
ADD COLUMN `Family` TINYINT(3) UNSIGNED DEFAULT 0 NOT NULL AFTER `Type`,
|
||||
CHANGE `Rank` `Classification` TINYINT(3) UNSIGNED DEFAULT 0 NOT NULL,
|
||||
CHANGE `InhabitType` `InhabitType` TINYINT(3) UNSIGNED DEFAULT 0 NOT NULL;
|
||||
Reference in New Issue
Block a user