Sunken Temple: Rework Avatar of Hakkar summoning with SpellScript

* Sunken Temple: Rework Avatar of Hakkar summoning with SpellScript: drop old dummy effect handling and use SpellScrip instead
This commit is contained in:
cala 2021-01-25 23:01:47 +01:00
parent fd4ec3c630
commit 1e7f41cffb
3 changed files with 18 additions and 25 deletions

View file

@ -1087,7 +1087,6 @@ INSERT INTO scripted_event_id VALUES
(3098,'event_antalarion_statue_activation'),
(3099,'event_antalarion_statue_activation'),
(3100,'event_antalarion_statue_activation');
UPDATE creature_template SET ScriptName='npc_shade_of_hakkar' WHERE entry=8440;
UPDATE gameobject_template SET ScriptName='go_eternal_flame' WHERE entry IN (148418,148419,148420,148421);
INSERT INTO scripted_event_id VALUES
(8502,'event_avatar_of_hakkar');