mirror of
https://github.com/cmangos/mangos-tbc
synced 2026-08-14 04:26:10 -04:00
Implement script go_rune_of_the_defiler to disable rune when not having ward of the defiler
https://github.com/cmangos/issues/issues/3436
This commit is contained in:
parent
110fb24e63
commit
1c09f145d0
2 changed files with 19 additions and 0 deletions
|
|
@ -543,6 +543,7 @@ INSERT INTO scripted_event_id VALUES
|
|||
UPDATE creature_template SET ScriptName='boss_kazzak' WHERE entry=12397;
|
||||
UPDATE creature_template SET ScriptName='npc_agent_proudwell' WHERE entry=19942;
|
||||
UPDATE gameobject_template SET ScriptName='go_infernaling_summoner_portal_hound' WHERE entry=183357;
|
||||
UPDATE gameobject_template SET ScriptName='go_rune_of_the_defiler' WHERE entry IN(153204);
|
||||
|
||||
/* BLOODMYST ISLE */
|
||||
UPDATE creature_template SET ScriptName='mob_webbed_creature' WHERE entry=17680;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue