mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-13 21:49:49 +01:00
Core/Spells: removed pre cast spell hacks from spell class and moved remnants to spell scripts
closes #81
This commit is contained in:
9
sql/updates/world/4.3.4/2020_05_10_02_world.sql
Normal file
9
sql/updates/world/4.3.4/2020_05_10_02_world.sql
Normal 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');
|
||||
Reference in New Issue
Block a user