aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sql/updates/world/3.3.5/2020_03_16_02_world.sql6
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2020_03_16_02_world.sql b/sql/updates/world/3.3.5/2020_03_16_02_world.sql
new file mode 100644
index 00000000000..1e791cba775
--- /dev/null
+++ b/sql/updates/world/3.3.5/2020_03_16_02_world.sql
@@ -0,0 +1,6 @@
+--
+UPDATE `creature` SET `equipment_id`=1 WHERE `id` IN (24927,32700);
+DELETE FROM `creature_equip_template` WHERE `CreatureID` IN (24927,32700);
+INSERT INTO `creature_equip_template` (`CreatureID`, `ID`, `ItemID1`, `ItemID2`, `ItemID3`, `VerifiedBuild`) VALUES
+(24927, 1, 2716, 0, 0, 0),
+(32700, 1, 44638, 0, 0, 0);