fix(Scripts/Karazhan): Nightbane Combat Abilities (#19321)

* fix(Scripts/Karazhan): NightbaneCombatAbilities

update fear

WIP add comments

increase air phase

* remove distracting ash from ground phase

* :sort
This commit is contained in:
Jelle Meeus
2024-07-17 01:46:23 +02:00
committed by GitHub
parent e9ea181684
commit 9109de6500
2 changed files with 72 additions and 54 deletions

View File

@@ -0,0 +1,3 @@
--
DELETE FROM `spell_script_names` WHERE `spell_id` = 30282 AND `ScriptName` = 'spell_nightbane_fireball_barrage';
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES(30282, 'spell_nightbane_fireball_barrage');