mirror of
https://github.com/cmangos/mangos-tbc
synced 2026-08-14 04:26:10 -04:00
Implement script support for Servants' Quarters rare boss spawn - Karazhan
Thanks to @X-Savior and @Tobschinski
Close cmangos/issues#816
(based on 3eea116409)
Signed-off-by: Cala <calaftp@free.fr>
This commit is contained in:
parent
be7873f567
commit
1859fe15c8
3 changed files with 89 additions and 2 deletions
|
|
@ -2945,7 +2945,11 @@ INSERT INTO script_texts (entry,content_default,sound,type,language,emote,commen
|
|||
(-1532130,'%s takes a deep breath.',0,3,0,0,'nightbane EMOTE_DEEP_BREATH'),
|
||||
|
||||
(-1532131,'The halls of Karazhan shake, as the curse binding the doors of the Gamemaster\'s Hall is lifted.',0,2,0,0,'echo_of_medivh EMOTE_LIFT_CURSE'),
|
||||
(-1532132,'%s cheats!',0,3,0,0,'echo_of_medivh EMOTE_CHEAT');
|
||||
(-1532132,'%s cheats!',0,3,0,0,'echo_of_medivh EMOTE_CHEAT'),
|
||||
|
||||
(-1532133,'%s flaps down from the ceiling...',0,2,0,0,'shadikith_the_glider EMOTE_BAT_SPAWN'),
|
||||
(-1532134,'%s howls through the halls...',0,2,0,0,'rokad_the_ravager EMOTE_DOG_SPAWN'),
|
||||
(-1532135,'%s emerges from the shadows...',0,2,0,0,'hyakiss_the_lurker EMOTE_SPIDER_SPAWN');
|
||||
|
||||
-- -1 533 000 NAXXRAMAS
|
||||
INSERT INTO script_texts (entry,content_default,sound,type,language,emote,comment) VALUES
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue