aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorKillyana <morphone1@gmail.com>2020-01-12 16:11:36 +0100
committerKillyana <morphone1@gmail.com>2020-01-12 16:11:36 +0100
commite29a2e9003e2032eb5268781235e763546660f34 (patch)
tree25c17e461e3058be76df1174194f186cb318d362 /sql
parent330cbb55fb8597cd3adc09f15a753024b4c956cb (diff)
DB/Creature: Fix Argent Crusader equipments
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);