chore(Scripts/Hyjal): Remove unneeded Archimonde spell scripts (#19080)

* chore(Scripts/Hyjal): Remove unneeded spell scripts

* use trigger flags

* Update boss_archimonde.cpp

* Update boss_archimonde.cpp
This commit is contained in:
Andrew
2024-06-17 16:37:43 -03:00
committed by GitHub
parent 20ff8df91c
commit 5f966e8e0c
2 changed files with 7 additions and 68 deletions

View File

@@ -0,0 +1,3 @@
--
DELETE FROM `spell_script_names` WHERE `ScriptName` IN ('spell_hand_of_death', 'spell_finger_of_death');
UPDATE `creature_template` SET `flags_extra` = `flags_extra` |128 WHERE `entry` IN (18104, 18095);