fix(DB/Spells): Fix Darkmoon Card: Illusion restoring double mana (#24816)
Co-authored-by: blinkysc <blinkysc@users.noreply.github.com>
This commit is contained in:
parent
7c0701b41b
commit
6097aacc81
1 changed files with 2 additions and 0 deletions
|
|
@ -0,0 +1,2 @@
|
|||
-- Darkmoon Card: Illusion - remove duplicate mana restore (handled by C++ script)
|
||||
DELETE FROM `spell_linked_spell` WHERE `spell_trigger` = -57350 AND `spell_effect` = 60242;
|
||||
Loading…
Add table
Add a link
Reference in a new issue