From 1db36de3502833faef3d0b6422db84da34c3f3c9 Mon Sep 17 00:00:00 2001 From: Exitare Date: Tue, 14 Jan 2025 18:51:55 -0800 Subject: [PATCH] fix(DB/Spell): fix item "Blessed Medallion of Karabor" (#20948) Co-authored-by: Grimdhex <176165533+Grimdhex@users.noreply.github.com> --- .../sql/updates/pending_db_world/rev_1734414765273447900.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1734414765273447900.sql diff --git a/data/sql/updates/pending_db_world/rev_1734414765273447900.sql b/data/sql/updates/pending_db_world/rev_1734414765273447900.sql new file mode 100644 index 000000000..65e5e8745 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1734414765273447900.sql @@ -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);