mirror of
https://github.com/cmangos/mangos-tbc
synced 2026-08-14 04:26:10 -04:00
Shaman: Implement Sentry Totem script, add OnUnsummon and fix GetSpawnerGuid for Totems
This commit is contained in:
parent
1028258b81
commit
94a38cc636
8 changed files with 89 additions and 21 deletions
|
|
@ -270,6 +270,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