From f9a88b52868e9125590d7f389b3b408a33486f12 Mon Sep 17 00:00:00 2001 From: Skjalf <47818697+Nyeriah@users.noreply.github.com> Date: Mon, 25 Sep 2023 08:05:20 -0300 Subject: [PATCH] fix(DB/Conditions): Fix Berthold teleport gossip conditions (#17336) --- data/sql/updates/pending_db_world/rev_1695581559864061500.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1695581559864061500.sql diff --git a/data/sql/updates/pending_db_world/rev_1695581559864061500.sql b/data/sql/updates/pending_db_world/rev_1695581559864061500.sql new file mode 100644 index 000000000..56c56f212 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1695581559864061500.sql @@ -0,0 +1,3 @@ +-- +UPDATE `conditions` SET `ConditionValue1` = 6, `ConditionValue3` = 2 WHERE `SourceTypeOrReferenceId` = 15 AND `SourceGroup` = 7139 AND `SourceEntry` = 3; +UPDATE `spell_target_position` SET `PositionX` = -11165.2, `PositionY` = -1911.95, `PositionZ` = 232.009, `Orientation` = 2.14352, VerifiedBuild = 51845 WHERE `ID` = 39567;