mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 17:27:36 +01:00
Core/Spells: Drain Soul will now properly grant Soul Shards while channeling.
* moved Soul Shard handling to aurascript
This commit is contained in:
4
sql/updates/world/4.3.4/custom_2018_03_17_01_world.sql
Normal file
4
sql/updates/world/4.3.4/custom_2018_03_17_01_world.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
DELETE FROM `spell_script_names` WHERE `ScriptName`= 'spell_warl_drain_soul';
|
||||
|
||||
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
|
||||
(1120, 'spell_warl_drain_soul');
|
||||
Reference in New Issue
Block a user