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 | |
---|
1 | UPDATE creature_template SET ScriptName = 'boss_leotheras_the_blind' WHERE entry = '21215'; |
---|
2 | UPDATE creature_template SET ScriptName = 'boss_leotheras_the_blind_demonform' WHERE entry = '21875'; |
---|
3 | UPDATE creature_template SET ScriptName = 'mob_greyheart_spellbinder' WHERE entry = '21806'; |
---|
4 | UPDATE creature_template SET ScriptName = 'mob_inner_demon' WHERE entry = '21857'; |
---|
5 | |
---|
6 | UPDATE creature_template SET ScriptName = 'mob_toxic_sporebat', speed = '1' WHERE entry = '22140'; |
---|
7 | UPDATE creature_template SET modelid_A = '11686', modelid_H = '11686', flags_extra = '128' WHERE entry = '22207'; |
---|
8 | |
---|
9 | -- lurker |
---|
10 | UPDATE creature_model_info SET bounding_radius = '13', combat_reach = '20' WHERE modelid = '20216'; |
---|
11 | UPDATE creature_template SET InhabitType = '3', ScriptName = 'boss_the_lurker_below' WHERE entry = '21217'; |
---|
12 | UPDATE creature_template SET ScriptName = 'mob_coilfang_ambusher' WHERE entry = '21865'; |
---|
13 | UPDATE creature_template SET ScriptName = 'mob_coilfang_guardian' WHERE entry = '21873'; |
---|