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

View File

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