Core/Spells: handle night elf racial bonus for Shadowmeld and no longer allow Pounce and Ravage being casted while using Shadowmeld (#348)

This commit is contained in:
AG
2022-04-13 20:42:29 +02:00
committed by GitHub
parent 4e3cfe283d
commit 58cc1d7f3f
4 changed files with 85 additions and 3 deletions

View File

@@ -0,0 +1,9 @@
DELETE FROM `spell_script_names` WHERE `ScriptName` IN
('spell_dru_pounce',
'spell_dru_ravage',
'spell_gen_shadowmeld');
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(9005, 'spell_dru_pounce'),
(6785, 'spell_dru_ravage'),
(58984, 'spell_gen_shadowmeld');