aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKittnz <frederik156@hotmail.com>2016-10-06 20:16:39 +0200
committerjoschiwald <joschiwald.trinity@gmail.com>2017-08-21 21:22:06 +0200
commit0eb4b4de11d74d85b06cd8c0f1f0a6b9de31efd7 (patch)
tree0b09267f3a67eaf904fa6abedd7421121f856702
parent2a3a68dfab98c994a7278d42f50c202e5fd8317d (diff)
DB/Creature: Update equip for Brewfest Reveler
(cherry picked from commit ac1f24061a174ac879bcdb08f801afe7fef3adcc)
-rw-r--r--sql/updates/world/master/2017_08_21_07_world_2016_10_06_07_world.sql11
1 files changed, 11 insertions, 0 deletions
diff --git a/sql/updates/world/master/2017_08_21_07_world_2016_10_06_07_world.sql b/sql/updates/world/master/2017_08_21_07_world_2016_10_06_07_world.sql
new file mode 100644
index 00000000000..765f48098c3
--- /dev/null
+++ b/sql/updates/world/master/2017_08_21_07_world_2016_10_06_07_world.sql
@@ -0,0 +1,11 @@
+-- Update equip for Brewfest Reveler
+DELETE FROM `creature_equip_template` WHERE `CreatureID`=24484;
+INSERT INTO `creature_equip_template` (`CreatureID`, `ID`, `ItemID1`, `ItemID2`, `ItemID3`) VALUES
+(24484, 8, 37059, 0, 0), -- 24484
+(24484, 7, 2704, 0, 0), -- 24484
+(24484, 6, 13861, 0, 0), -- 24484
+(24484, 5, 46733, 0, 0), -- 24484
+(24484, 4, 2703, 0, 13859), -- 24484
+(24484, 3, 33963, 0, 0), -- 24484
+(24484, 2, 2705, 0, 0), -- 24484
+(24484, 1, 2703, 0, 0); -- 24484