diff options
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 |
