mirror of
https://github.com/cmangos/mangos-tbc
synced 2026-08-14 04:26:10 -04:00
Sunken Temple: implement Suppression mechanics in Avatar of Hakkar
Sunken Temple: implement Suppression mechanics in Avatar of Hakkar: - reset encounter is Suppression casting is not disrupted - add missing texts - fix encounter reset (flames count was not reset like it should be) - fix encounter that could not be restarted if failed
This commit is contained in:
parent
b84835a13a
commit
57bccf44c3
4 changed files with 74 additions and 20 deletions
|
|
@ -2851,7 +2851,11 @@ INSERT INTO script_texts (entry,content_default,sound,type,language,emote,broadc
|
|||
('-1109007','I TASTE THE BLOOD OF LIFE!','5868','1','0','0','6252','avatar SAY_AVATAR_BRAZIER_2'),
|
||||
('-1109008','I DRAW CLOSER TO THIS WORLD!','5867','1','0','0','4543','avatar SAY_AVATAR_BRAZIER_3'),
|
||||
('-1109009','I AM NEAR!','5869','1','0','0','6253','avatar SAY_AVATAR_BRAZIER_4'),
|
||||
('-1109010','I AM HERE!','0','1','0','0','4545','avatar SAY_AVATAR_SPAWN');
|
||||
('-1109010','I AM HERE!','0','1','0','0','4545','avatar SAY_AVATAR_SPAWN'),
|
||||
('-1109011','You must not summon our god!','0','1','0','0','4530','Nightmare Suppressor SAY_SPAWN_1'),
|
||||
('-1109012','Stop! Infidels!','0','1','0','0','4532','Nightmare Suppressor SAY_SPAWN_2'),
|
||||
('-1109013','No! We cannot allow you to summon Hakkar!','0','1','0','0','4529','Nightmare Suppressor SAY_SPAWN_3'),
|
||||
('-1109014','You must not summon our god!','0','1','0','0','4531','Nightmare Suppressor SAY_SPAWN_4');
|
||||
|
||||
-- -1 129 000 RAZORFEN DOWNS
|
||||
INSERT INTO script_texts (entry,content_default,sound,type,language,emote,broadcast_text_id,comment) VALUES
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue