From 3c4484d782ace3e3662840dfa2574f334c0e8e9a Mon Sep 17 00:00:00 2001 From: DDuarte Date: Mon, 20 Jul 2015 01:16:47 +0100 Subject: Scripts/ScarletEnclave: Add weapons to Unworthy Initiate Closes #14954 Closes #14955 (cherry picked from commit 673648ee6507597837bd2c8a7a78f425d139baea) --- sql/updates/world/2015_07_20_02_world_2015_07_19_35.sql | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 sql/updates/world/2015_07_20_02_world_2015_07_19_35.sql (limited to 'sql/updates') diff --git a/sql/updates/world/2015_07_20_02_world_2015_07_19_35.sql b/sql/updates/world/2015_07_20_02_world_2015_07_19_35.sql new file mode 100644 index 00000000000..205aa716424 --- /dev/null +++ b/sql/updates/world/2015_07_20_02_world_2015_07_19_35.sql @@ -0,0 +1,8 @@ +-- Equipment Template for NPC Unworthy Initiate +DELETE FROM `creature_equip_template` WHERE `CreatureID` IN (29519, 29520, 29565, 29566, 29567); +INSERT INTO `creature_equip_template` (`CreatureID`, `ID`, `ItemID1`, `ItemID2`, `ItemID3`, `VerifiedBuild`) VALUES +(29519, 1, 38707, 0, 0, 0), +(29520, 1, 38707, 0, 0, 0), +(29565, 1, 38707, 0, 0, 0), +(29566, 1, 38707, 0, 0, 0), +(29567, 1, 38707, 0, 0, 0); -- cgit v1.2.3