aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authormegamage <none@none>2008-12-14 13:18:47 -0600
committermegamage <none@none>2008-12-14 13:18:47 -0600
commitd1fc67b44e7195fcb36f356e4dafa1b7cace0d6b (patch)
tree0926aa824a3bdd17aae764a0c82eaac8b2c52d87 /sql
parentf3451681066aad73e0f26c0dae9ae3cce90ac9c4 (diff)
parentb8b60792aae2f8d544d1c9290331ef8fab0c96de (diff)
*Merge with 502.
--HG-- branch : trunk
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/502_trinity_scripts.sql6
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