root/trunk/sql/updates/230_world_serpent_shrine.sql

Revision 221, 1.0 kB (checked in by yumileroy, 17 years ago)

[svn] Fix a bug that players cannot hear others talking.
Provide script support for type 10 gameobject.
Add some missing script sql.

Original author: megamage
Date: 2008-11-12 16:21:08-06:00

Line 
1UPDATE creature_template SET ScriptName = 'boss_leotheras_the_blind' WHERE entry = '21215';
2UPDATE creature_template SET ScriptName = 'boss_leotheras_the_blind_demonform' WHERE entry = '21875';
3UPDATE creature_template SET ScriptName = 'mob_greyheart_spellbinder' WHERE entry = '21806';
4UPDATE creature_template SET ScriptName = 'mob_inner_demon' WHERE entry = '21857';
5
6UPDATE creature_template SET ScriptName = 'mob_toxic_sporebat', speed = '1' WHERE entry = '22140';
7UPDATE creature_template SET modelid_A = '11686', modelid_H = '11686', flags_extra = '128' WHERE entry = '22207';
8
9-- lurker
10UPDATE creature_model_info SET bounding_radius = '13', combat_reach = '20' WHERE modelid = '20216';
11UPDATE creature_template SET InhabitType = '3', ScriptName = 'boss_the_lurker_below' WHERE entry = '21217';
12UPDATE creature_template SET ScriptName = 'mob_coilfang_ambusher' WHERE entry = '21865';
13UPDATE creature_template SET ScriptName = 'mob_coilfang_guardian' WHERE entry = '21873';
Note: See TracBrowser for help on using the browser.