mirror of
https://github.com/cmangos/mangos-tbc
synced 2026-08-14 04:26:10 -04:00
Fix quest 8735
* Add missing scripted spawn required for quest 8735 (The Nightmare's Corruption) in the Scepter of the Shifting Sands quest line. Sources: https://wow.gamepedia.com/Twilight_Corrupter https://www.wowhead.com/npc=15625/twilight-corrupter#comments https://www.youtube.com/watch?v=6q4JwZFTStI https://www.youtube.com/watch?v=pBlQLF_u66w
This commit is contained in:
parent
57b3a61bb1
commit
f7626ca55d
2 changed files with 52 additions and 2 deletions
|
|
@ -45,6 +45,7 @@ INSERT INTO scripted_areatrigger VALUES
|
|||
(3626,'at_vaelastrasz'),
|
||||
(3958,'at_zulgurub'),
|
||||
(3960,'at_zulgurub'),
|
||||
(4017,'at_twilight_grove'),
|
||||
(4047,'at_temple_ahnqiraj'),
|
||||
(4052,'at_temple_ahnqiraj'),
|
||||
(4112,'at_naxxramas'),
|
||||
|
|
@ -1635,7 +1636,9 @@ INSERT INTO script_texts (entry,content_default,sound,type,language,emote,commen
|
|||
|
||||
(-1000410,'Here they come! Defend yourself!',0,0,1,5,'kanati SAY_KAN_START'),
|
||||
|
||||
-- REUSE -1000411 TO -1000414
|
||||
(-1000411,'Come, $N. See what the Nightmare brings...',15625,4,0,0,'Twilight Corrupter SAY_TWILIGHT_CORRUPTER_SPAWN'),
|
||||
|
||||
-- REUSE -1000412 TO -1000414
|
||||
(-1000415,'%s, too injured, gives up the chase.',0,2,0,0,'hendel EMOTE_SURRENDER'),
|
||||
|
||||
(-1000416,'Well, I\'m not sure how far I\'ll make it in this state... I\'m feeling kind of faint...',0,0,0,0,'ringo SAY_RIN_START_1'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue