aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/195_world_serpent_shrine.sql (renamed from sql/updates/190_world_scripts.sql)8
1 files changed, 7 insertions, 1 deletions
diff --git a/sql/updates/190_world_scripts.sql b/sql/updates/195_world_serpent_shrine.sql
index 4e130d8cb41..0d805778a4a 100644
--- a/sql/updates/190_world_scripts.sql
+++ b/sql/updates/195_world_serpent_shrine.sql
@@ -4,4 +4,10 @@ UPDATE creature_template SET ScriptName = 'mob_greyheart_spellbinder' WHERE entr
UPDATE creature_template SET ScriptName = 'mob_inner_demon' WHERE entry = '21857';
UPDATE creature_template SET ScriptName = 'mob_toxic_sporebat', speed = '1' WHERE entry = '22140';
-UPDATE creature_template SET modelid_A = '11686', modelid_H = '11686', flags_extra = '128' WHERE entry = '22207'; \ No newline at end of file
+UPDATE creature_template SET modelid_A = '11686', modelid_H = '11686', flags_extra = '128' WHERE entry = '22207';
+
+-- lurker
+UPDATE creature_model_info SET bounding_radius = '13', combat_reach = '20' WHERE modelid = '20216';
+UPDATE creature_template SET InhabitType = '3', ScriptName = 'boss_the_lurker_below' WHERE entry = '21865';
+UPDATE creature_template SET ScriptName = 'mob_coilfang_ambusher' WHERE entry = '21865';
+UPDATE creature_template SET ScriptName = 'mob_coilfang_guardian' WHERE entry = '21873';