fix(DB/Spell): fix item "Blessed Medallion of Karabor" (#20948)

Co-authored-by: Grimdhex <176165533+Grimdhex@users.noreply.github.com>
This commit is contained in:
Exitare
2025-01-14 18:51:55 -08:00
committed by GitHub
parent 65b155e6a4
commit 1db36de350

View File

@@ -0,0 +1,5 @@
--
DELETE FROM `spell_target_position` WHERE `ID` = 41234 AND `EffectIndex` = 0;
INSERT INTO `spell_target_position` (`ID`, `EffectIndex`, `MapID`, `PositionX`, `PositionY`, `PositionZ`, `Orientation`)
VALUES (41234, 0, 0, -3560.6572, 582.82887, 10.987, 4.768543);