aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/3.3.5/2020_01_12_01_world.sql6
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2020_01_12_01_world.sql b/sql/updates/world/3.3.5/2020_01_12_01_world.sql
new file mode 100644
index 00000000000..3e4c1a3bb80
--- /dev/null
+++ b/sql/updates/world/3.3.5/2020_01_12_01_world.sql
@@ -0,0 +1,6 @@
+--
+DELETE FROM `creature_equip_template` WHERE `CreatureID`=38493;
+INSERT INTO `creature_equip_template` (`CreatureID`, `ID`, `ItemID1`, `ItemID2`, `ItemID3`) VALUES
+(38493, 1, 40595, 49933, 0), -- 38493
+(38493, 2, 46107, 49933, 0); -- 38493
+UPDATE `creature` SET `equipment_id`=2 WHERE `guid` IN (112005,111997,111996);