diff options
| author | Teleqraph <nyrdeveloper@gmail.com> | 2023-12-28 19:11:54 +0100 |
|---|---|---|
| committer | funjoker <funjoker109@gmail.com> | 2024-01-09 12:17:51 +0100 |
| commit | 7021ee27d79253b443b658c5b01da114e0dddaf9 (patch) | |
| tree | f9ec163b1206fce1f9a8ff43e0d75734d3b1b7d6 /sql/updates | |
| parent | 0b82cc22d32e9cd49fff7900448d17cd82874696 (diff) | |
Core/Creatures: Refactor CreatureEliteType (#29525)
* Turn into enum class with official names
(cherry picked from commit bfbda8dcce8d19dda0ee3d8f96d176901902e102)
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/world/wotlk_classic/2024_01_09_01_world_2023_12_28_05_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/wotlk_classic/2024_01_09_01_world_2023_12_28_05_world.sql b/sql/updates/world/wotlk_classic/2024_01_09_01_world_2023_12_28_05_world.sql new file mode 100644 index 00000000000..43c067d7162 --- /dev/null +++ b/sql/updates/world/wotlk_classic/2024_01_09_01_world_2023_12_28_05_world.sql @@ -0,0 +1,2 @@ +ALTER TABLE `creature_template` + CHANGE COLUMN `rank` `Classification` TINYINT(3) UNSIGNED NOT NULL DEFAULT '0' AFTER `scale`; |
