From 3a13b6a105e55dffa817769f5bedbc33f48b0e48 Mon Sep 17 00:00:00 2001 From: Aokromes Date: Wed, 9 Apr 2025 10:23:48 +0200 Subject: [PATCH] DB/Creature: Update Warmage Kath'leen creature_equip_template closes #30819 by CraftedRO --- sql/updates/world/3.3.5/2025_04_08_03_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/3.3.5/2025_04_08_03_world.sql diff --git a/sql/updates/world/3.3.5/2025_04_08_03_world.sql b/sql/updates/world/3.3.5/2025_04_08_03_world.sql new file mode 100644 index 00000000000..26edfcc0652 --- /dev/null +++ b/sql/updates/world/3.3.5/2025_04_08_03_world.sql @@ -0,0 +1,2 @@ +-- Warmage Kath'leen +UPDATE `creature_equip_template` SET `ItemID1`=0, `VerifiedBuild`=59185 WHERE `CreatureID`=32723 AND `ID`=1;