From c22d30f1206ec3d2d2fbe5b2dd5b71e914d7e26b Mon Sep 17 00:00:00 2001 From: Benjamin Jackson <38561765+heyitsbench@users.noreply.github.com> Date: Thu, 16 Jan 2025 03:54:09 -0500 Subject: [PATCH] fix(DB/Spell): Add sniffed data for Medallion of Karabor. (#21185) --- data/sql/updates/pending_db_world/karabor-sniffed.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 data/sql/updates/pending_db_world/karabor-sniffed.sql diff --git a/data/sql/updates/pending_db_world/karabor-sniffed.sql b/data/sql/updates/pending_db_world/karabor-sniffed.sql new file mode 100644 index 000000000..3aad4dc47 --- /dev/null +++ b/data/sql/updates/pending_db_world/karabor-sniffed.sql @@ -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);