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:
parent
20745b45ba
commit
88a6048890
3 changed files with 11 additions and 4 deletions
|
|
@ -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');
|
||||
Loading…
Add table
Add a link
Reference in a new issue