fix(Scripts/Spells): Shadowburn should give Sould Shard only if targe… (#12030)

...t yields experience/honor to the player.

Fixes #12021
This commit is contained in:
UltraNix
2022-06-15 00:42:55 +02:00
committed by GitHub
parent c40fa6509d
commit fed8d51044
2 changed files with 26 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
--
DELETE FROM `spell_script_names` WHERE `spell_id`=29341;
INSERT INTO `spell_script_names` VALUES
(29341,'spell_warl_shadowburn');