fix(DB/Spell): Correct map ID for Medallion of Karabor. (#21175)

This commit is contained in:
Benjamin Jackson 2025-01-15 06:27:48 -05:00 committed by GitHub
parent c3f4995366
commit 3f1d54b871
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1 @@
UPDATE `spell_target_position` SET `MapID` = 530 WHERE `ID` = 41234 AND `EffectIndex` = 0;