mirror of
https://github.com/cmangos/mangos-tbc
synced 2026-08-14 04:26:10 -04:00
BF: Fix texts and associate broadcast text with them
This commit is contained in:
parent
31f69f622c
commit
480935e6ce
1 changed files with 9 additions and 11 deletions
|
|
@ -3810,14 +3810,14 @@ INSERT INTO script_texts (entry,content_default,sound,type,language,emote,broadc
|
|||
|
||||
-- -1 542 000 BLOOD FURNACE
|
||||
INSERT INTO script_texts (entry,content_default,sound,type,language,emote,broadcast_text_id,comment) VALUES
|
||||
('-1542000','Who dares interrupt... What is this? What have you done? You ruin everything!','10164','1','0','0','0','kelidan SAY_WAKE'),
|
||||
('-1542001','You mustn''t let him loose!','10166','1','0','0','0','kelidan SAY_ADD_AGGRO_1'),
|
||||
('-1542002','Ignorant whelps!','10167','1','0','0','0','kelidan SAY_ADD_AGGRO_2'),
|
||||
('-1542003','You fools! He''ll kill us all!','10168','1','0','0','0','kelidan SAY_ADD_AGGRO_3'),
|
||||
('-1542004','Just as you deserve!','10169','1','0','0','0','kelidan SAY_KILL_1'),
|
||||
('-1542005','Your friends will soon be joining you.','10170','1','0','0','0','kelidan SAY_KILL_2'),
|
||||
('-1542006','Closer... Come closer.. and burn!','10165','1','0','0','0','kelidan SAY_NOVA'),
|
||||
('-1542007','Good luck... you''ll need it..','10171','1','0','0','0','kelidan SAY_DIE'),
|
||||
('-1542000','Who dares interrupt--What is this; what have you done? You''ll ruin everything!','10164','1','0','0','15130','kelidan SAY_WAKE'),
|
||||
('-1542001','You mustn''t let him loose!','10166','1','0','0','17673','kelidan SAY_ADD_AGGRO_1'),
|
||||
('-1542002','Ignorant whelps!','10167','1','0','0','17674','kelidan SAY_ADD_AGGRO_2'),
|
||||
('-1542003','You fools! He''ll kill us all!','10168','1','0','0','17675','kelidan SAY_ADD_AGGRO_3'),
|
||||
('-1542004','Just as you deserve!','10169','1','0','0','17670','kelidan SAY_KILL_1'),
|
||||
('-1542005','Your friends will soon be joining you.','10170','1','0','0','17671','kelidan SAY_KILL_2'),
|
||||
('-1542006','Closer! Come closer... and burn!','10165','1','0','0','15132','kelidan SAY_NOVA'),
|
||||
('-1542007','Good...luck. You''ll need it.','10171','1','0','0','17672','kelidan SAY_DIE'),
|
||||
|
||||
('-1542008','Come intruders....','0','1','0','0','0','broggok SAY_AGGRO'),
|
||||
|
||||
|
|
@ -3828,9 +3828,7 @@ INSERT INTO script_texts (entry,content_default,sound,type,language,emote,broadc
|
|||
('-1542013','It is pointless to resist.','10290','1','0','0','17684','the_maker SAY_KILL_2'),
|
||||
('-1542014','Stay away from... Me!','10291','1','0','0','17685','the_maker SAY_DIE'),
|
||||
|
||||
('-1542015','Kill them!','0','1','0','0','0','broggok SAY_BROGGOK_INTRO'),
|
||||
|
||||
('-1542016','How long do you believe your pathetic sorcery can hold me?','0','6','0','0','17343','magtheridon SAY_MAGTHERIDON_WARN');
|
||||
('-1542015','Kill them!','0','1','0','0','15115','broggok SAY_BROGGOK_INTRO');
|
||||
|
||||
-- -1 543 000 HELLFIRE RAMPARTS
|
||||
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