-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[z0470] Backport/Update: Implement quest 8736 - The Nightmare Manifes…
…ts Thanks Xfurry * The Phantasm Shade summon event has a lot of guesswork inside * Fly effect for Eranikus is disabled due to the impossibility to cancel the effect * Thanks to Nitka for providing the original patch and Patman for providing the HD video recording Signed-off-by: Salja <[email protected]>
- Loading branch information
Salja
authored and
TheLuda
committed
Sep 24, 2011
1 parent
cc1b14e
commit 003c36e
Showing
4 changed files
with
56 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
DELETE FROM script_texts WHERE entry=-1000716; | ||
INSERT INTO script_texts (entry,content_default,sound,type,language,emote,comment) VALUES | ||
(-1000716,'To Nighthaven! Keep your army close, champion. ',0,0,0,0,'remulos SAY_REMULOS_INTRO_2'), |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#ifndef __REVISION_NR_H__ | ||
#define __REVISION_NR_H__ | ||
#define REVISION_NR "0469" | ||
#define REVISION_NR "0470" | ||
#endif // __REVISION_NR_H__ |