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:
parent
c40fa6509d
commit
fed8d51044
2 changed files with 26 additions and 0 deletions
|
|
@ -0,0 +1,4 @@
|
|||
--
|
||||
DELETE FROM `spell_script_names` WHERE `spell_id`=29341;
|
||||
INSERT INTO `spell_script_names` VALUES
|
||||
(29341,'spell_warl_shadowburn');
|
||||
Loading…
Add table
Add a link
Reference in a new issue