From bfbda8dcce8d19dda0ee3d8f96d176901902e102 Mon Sep 17 00:00:00 2001 From: Teleqraph Date: Thu, 28 Dec 2023 19:11:54 +0100 Subject: Core/Creatures: Refactor CreatureEliteType (#29525) * Turn into enum class with official names --- sql/updates/world/master/2023_12_28_05_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/master/2023_12_28_05_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2023_12_28_05_world.sql b/sql/updates/world/master/2023_12_28_05_world.sql new file mode 100644 index 00000000000..43c067d7162 --- /dev/null +++ b/sql/updates/world/master/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`; -- cgit v1.2.3