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:
killerwife 2023-06-04 19:29:46 +02:00
parent 110fb24e63
commit 1c09f145d0
2 changed files with 19 additions and 0 deletions

View file

@ -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;