mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 01:15:35 +01:00
Core/Creatures: Refactor CreatureEliteType (#29525)
* Turn into enum class with official names
This commit is contained in:
2
sql/updates/world/master/2023_12_28_05_world.sql
Normal file
2
sql/updates/world/master/2023_12_28_05_world.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
ALTER TABLE `creature_template`
|
||||
CHANGE COLUMN `rank` `Classification` TINYINT(3) UNSIGNED NOT NULL DEFAULT '0' AFTER `scale`;
|
||||
Reference in New Issue
Block a user