fix(Scripts/BlackTemple): L5 Arcane Charge should be modified by dama… (#19730)

* fix(Scripts/BlackTemple): L5 Arcane Charge should be modified by damage taken mods

* Create rev_1724540286668312700.sql

* Update spell_generic.cpp

* update to new format
This commit is contained in:
Andrew
2024-08-26 01:25:10 -03:00
committed by GitHub
parent 4fcc7d9085
commit 52cd493ad8
3 changed files with 21 additions and 2 deletions

View File

@@ -0,0 +1,4 @@
--
DELETE FROM `spell_script_names` WHERE `spell_id` = 41360;
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(41360, 'spell_black_temple_l5_arcane_charge');