diff options
| author | Blaymoira <none@none> | 2008-12-14 20:08:10 +0100 |
|---|---|---|
| committer | Blaymoira <none@none> | 2008-12-14 20:08:10 +0100 |
| commit | b8b60792aae2f8d544d1c9290331ef8fab0c96de (patch) | |
| tree | 1f0df04feec700262233c7a853f3cbcd56fb588d /sql | |
| parent | 7097ffe6dc326362a4d51b4c4453d6ca7ba928c8 (diff) | |
*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
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/502_trinity_scripts.sql | 6 |
1 files changed, 6 insertions, 0 deletions
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 |
