mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-24 02:46:33 +01:00
Scripts/ScarletEnclave: Add weapons to Unworthy Initiate
Closes #14954 Closes #14955
This commit is contained in:
8
sql/updates/world/2015_07_19_35_world.sql
Normal file
8
sql/updates/world/2015_07_19_35_world.sql
Normal file
@@ -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);
|
||||
@@ -152,6 +152,7 @@ public:
|
||||
if (id == 1)
|
||||
{
|
||||
wait_timer = 5000;
|
||||
me->LoadEquipment(1);
|
||||
me->CastSpell(me, SPELL_DK_INITIATE_VISUAL, true);
|
||||
|
||||
if (Player* starter = ObjectAccessor::GetPlayer(*me, playerGUID))
|
||||
|
||||
Reference in New Issue
Block a user