From b8b60792aae2f8d544d1c9290331ef8fab0c96de Mon Sep 17 00:00:00 2001 From: Blaymoira Date: Sun, 14 Dec 2008 20:08:10 +0100 Subject: *Implemented Scalding Water in Lurker script *Changed c->GetInstanceData in eredar twins script *33504 not affected by any healing bonus patch provided by eumario --HG-- branch : trunk --- sql/updates/502_trinity_scripts.sql | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 sql/updates/502_trinity_scripts.sql (limited to 'sql/updates') diff --git a/sql/updates/502_trinity_scripts.sql b/sql/updates/502_trinity_scripts.sql new file mode 100644 index 00000000000..9e7e98148ab --- /dev/null +++ b/sql/updates/502_trinity_scripts.sql @@ -0,0 +1,6 @@ +UPDATE creature_template SET minhealth=2655000, maxhealth=2655000, ScriptName = 'boss_the_lurker_below', InhabitType = '3' WHERE entry = '21217'; + +UPDATE creature_template SET ScriptName = 'mob_coilfang_ambusher' WHERE entry = '21865'; +UPDATE creature_template SET ScriptName = 'mob_coilfang_guardian' WHERE entry = '21873'; + +UPDATE creature_model_info SET bounding_radius = '13', combat_reach = '20' WHERE modelid = '20216'; \ No newline at end of file -- cgit v1.2.3