From a2de3a05b41bfe6e6a8038614dd2f97d6fbaa4b2 Mon Sep 17 00:00:00 2001 From: avarishd <46330494+avarishd@users.noreply.github.com> Date: Mon, 4 Dec 2023 22:56:43 +0200 Subject: [PATCH] fix(DB/Spell): Hellfire Peninsula portal XYZ. (#17937) * fix(DB/Spells): Port Hellfire Peninsula portal XYZ from Mangos. * sniff --- .../sql/updates/pending_db_world/rev_1701692168915380100.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1701692168915380100.sql diff --git a/data/sql/updates/pending_db_world/rev_1701692168915380100.sql b/data/sql/updates/pending_db_world/rev_1701692168915380100.sql new file mode 100644 index 000000000..d82f12a52 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1701692168915380100.sql @@ -0,0 +1,5 @@ +-- Portal Effect: Hellfire Peninsula A/H +DELETE FROM `spell_target_position` WHERE `id` IN (65728,65729); +INSERT INTO `spell_target_position` (`ID`, `EffectIndex`, `MapID`, `PositionX`, `PositionY`, `PositionZ`, `Orientation`, `VerifiedBuild`) VALUES +(65728, 0, 0, -11708.4, -3168, -5.07, 3.351032, 52237), +(65729, 0, 0, -11708.4, -3168, -5.07, 3.351032, 52237);