Core/Spells: Drain Soul will now properly grant Soul Shards while channeling.

* moved Soul Shard handling to aurascript
This commit is contained in:
Ovahlord
2018-03-17 13:15:22 +01:00
parent a46736ba4c
commit e294044787
3 changed files with 54 additions and 6 deletions

View 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');