fix(Core/Spells): Use base mana cost for Illumination and Thrill of the Hunt (#24776)

Co-authored-by: blinkysc <blinkysc@users.noreply.github.com>
This commit is contained in:
blinkysc
2026-02-20 11:04:41 -06:00
committed by GitHub
parent 20745b45ba
commit 88a6048890
3 changed files with 11 additions and 4 deletions

View File

@@ -0,0 +1,3 @@
-- Fix spell_pal_illumination bound to wrong spell (-20234 = Improved Lay on Hands instead of -20210 = Illumination)
DELETE FROM `spell_script_names` WHERE `ScriptName` = 'spell_pal_illumination';
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES (-20210, 'spell_pal_illumination');