mirror of
https://github.com/cmangos/mangos-classic
synced 2026-08-14 02:23:08 -04:00
Shaman: Implement Sentry Totem script, add OnUnsummon and fix GetSpawnerGuid for Totems
This commit is contained in:
parent
492c0319f2
commit
fd155b5f91
8 changed files with 90 additions and 22 deletions
|
|
@ -157,6 +157,9 @@ UPDATE creature_template SET ScriptName='npc_pallid_horror' WHERE entry IN (1639
|
|||
UPDATE gameobject_template SET ScriptName='scourge_invasion_go_circle' WHERE entry=181136;
|
||||
UPDATE gameobject_template SET ScriptName='scourge_invasion_go_necropolis' WHERE entry IN (181154,181215,181223,181374,181373);
|
||||
|
||||
/* Shaman */
|
||||
UPDATE creature_template SET ScriptName='npc_sentry_totem' WHERE entry=3968;
|
||||
|
||||
/* */
|
||||
/* ZONE */
|
||||
/* */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue