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:
blinkysc 2026-02-22 18:49:20 -06:00 committed by GitHub
parent 7c0701b41b
commit 6097aacc81
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;