From ce4a4c740af50f2b604725a67d1b1c2e1eeef13b Mon Sep 17 00:00:00 2001 From: Kudlaty Date: Thu, 18 Jun 2009 10:47:39 +0200 Subject: Merge [SD2] r1031 Removed empty Aggro function from most scripts. - Skip(already deleted) r1032 Correct spell id's for Leotheras, added enrage and some missing definitions for future dev. Change movement generator when changing forms and reset threat. Updated texts and summon correct npc. SD2 code style applied. r1033 Added: Heroic support for all bosses in Dark Portal / Black Morras event. Fixed: Timers and spells in Dark Portal / Black Morras bosses and other. r1034 Correct spellIds for boss Vashj. Remove code from UpdateAI where better used in other functions (eg JustSummoned). Prevent channel generators from cast before boss actually reach destination in phase 2. SD2 code style applied. r1035 Simplify SpawnAdds function in boss hydross --HG-- branch : trunk --- sql/updates/4115_world#sd2.sql | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 sql/updates/4115_world#sd2.sql (limited to 'sql/updates') diff --git a/sql/updates/4115_world#sd2.sql b/sql/updates/4115_world#sd2.sql new file mode 100644 index 00000000000..19cfd191d73 --- /dev/null +++ b/sql/updates/4115_world#sd2.sql @@ -0,0 +1,7 @@ +UPDATE creature_template SET ScriptName='' WHERE entry=21845; +UPDATE creature_template SET ScriptName='boss_leotheras_the_blind_demonform' WHERE entry=21875; + +UPDATE script_texts SET content_default='Finally, my banishment ends!' WHERE entry=-1548009; +UPDATE script_texts SET content_default='Be gone, trifling elf. I am in control now!' WHERE entry=-1548010; +UPDATE script_texts SET content_default='No... no! What have you done? I am the master! Do you hear me? I am... aaggh! Can\'t... contain him...' WHERE entry=-1548018; + -- cgit v1.2.3