Core/Spells: removed pre cast spell hacks from spell class and moved remnants to spell scripts

closes #81
This commit is contained in:
Ovahlord
2020-05-10 21:11:56 +02:00
parent 24f377396b
commit db4e832fee
5 changed files with 78 additions and 81 deletions

View File

@@ -0,0 +1,9 @@
UPDATE `spell_dbc` SET `DurationIndex`= 3 WHERE `Id`= 61988;
DELETE FROM `spell_script_names` WHERE `ScriptName` IN
('spell_pal_divine_shield',
'spell_pal_hand_of_protection');
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(1022, 'spell_pal_hand_of_protection'),
(642, 'spell_pal_divine_shield');