mirror of
https://github.com/cmangos/mangos-tbc
synced 2026-08-14 04:26:10 -04:00
Implement script for q.10408
This commit is contained in:
parent
78b748dda1
commit
ef17cbd549
3 changed files with 245 additions and 2 deletions
|
|
@ -731,6 +731,8 @@ UPDATE creature_template SET ScriptName='npc_protectorate_demolitionist' WHERE e
|
|||
UPDATE creature_template SET ScriptName='npc_captured_vanguard' WHERE entry=20763;
|
||||
UPDATE creature_template SET ScriptName='npc_drijya' WHERE entry=20281;
|
||||
UPDATE creature_template SET ScriptName='npc_dimensius' WHERE entry=19554;
|
||||
UPDATE creature_template SET ScriptName='npc_salhadaar' WHERE entry=20454;
|
||||
UPDATE creature_template SET ScriptName='npc_energy_ball' WHERE entry=20769;
|
||||
|
||||
/* ONYXIA'S LAIR */
|
||||
UPDATE instance_template SET ScriptName='instance_onyxias_lair' WHERE map=249;
|
||||
|
|
@ -1198,7 +1200,7 @@ INSERT INTO script_texts (entry,content_default,sound,type,language,emote,commen
|
|||
(-1000136,'Yes, my lord.',0,0,0,0,'dawnforge COMMANDER_DAWNFORGE_4 SAY_ARCANIST_ARDONIS_2'),
|
||||
(-1000137,'See to it, Ardonis!',0,0,0,0,'dawnforge COMMANDER_DAWNFORGE_5'),
|
||||
|
||||
(-1000138,'REUSE ME',0,0,0,0,'REUSE_ME'),
|
||||
(-1000138,'Prepare to enter oblivion, meddlers. You have unleashed a god!',0,1,0,15,'Salhadaar SAY'),
|
||||
(-1000139,'Avruu\'s magic is broken! I\'m free once again!',0,0,0,0,'aeranas SAY_FREE'),
|
||||
|
||||
(-1000140,'Let\'s go.',0,0,1,0,'lilatha SAY_START'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue