From c30cafeaaa4f6f9f27dccff59e3ac00be9771732 Mon Sep 17 00:00:00 2001 From: Jelle Meeus Date: Sat, 11 May 2024 14:45:08 +0200 Subject: [PATCH] fix(DB/spell_target_position): Mara Portal tp location (#18876) * fixMaraPortal * convert to update statement --- data/sql/updates/pending_db_world/rev_1714664171505149429.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1714664171505149429.sql diff --git a/data/sql/updates/pending_db_world/rev_1714664171505149429.sql b/data/sql/updates/pending_db_world/rev_1714664171505149429.sql new file mode 100644 index 000000000..400ec44de --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1714664171505149429.sql @@ -0,0 +1,2 @@ +-- +UPDATE `spell_target_position` SET `PositionX`=386.27, `PositionY`=33.4144, `PositionZ`=-130.934, `VerifiedBuild`=52237 WHERE `ID`=21128;