aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorTeleqraph <nyrdeveloper@gmail.com>2023-12-28 19:11:54 +0100
committerfunjoker <funjoker109@gmail.com>2024-01-09 12:17:51 +0100
commit7021ee27d79253b443b658c5b01da114e0dddaf9 (patch)
treef9ec163b1206fce1f9a8ff43e0d75734d3b1b7d6 /sql/updates
parent0b82cc22d32e9cd49fff7900448d17cd82874696 (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.sql2
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`;