fix(DB/Spell): Add sniffed data for Medallion of Karabor. (#21185)

This commit is contained in:
Benjamin Jackson
2025-01-16 03:54:09 -05:00
committed by GitHub
parent 93b89d828e
commit c22d30f120

View File

@@ -0,0 +1,3 @@
DELETE FROM `spell_target_position` WHERE `ID` = 41234 AND `EffectIndex` = 0;
INSERT INTO `spell_target_position` (`ID`, `EffectIndex`, `MapID`, `PositionX`, `PositionY`, `PositionZ`, `Orientation`, `VerifiedBuild`) VALUES
(41234, 0, 530, -3560.52, 583.353, 10.9431, 4.751223087310791015, 58558);