diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2024-05-31 06:23:47 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-31 06:23:47 +0200 |
commit | 33ec31920b944b6be4dcbf5349b8925596fcbb56 (patch) | |
tree | 051e7892a2723a18d964be939944be0724e7d5dc | |
parent | a351d9d4c524d400c26a4e52bfa02901fec4d540 (diff) |
DB/Misc: Update Maraudon Earth Song Falls portal coordinates
closes #30011 by CraftedRO
-rw-r--r-- | sql/updates/world/3.3.5/2024_05_31_01_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2024_05_31_01_world.sql b/sql/updates/world/3.3.5/2024_05_31_01_world.sql new file mode 100644 index 00000000000..5d380e047ad --- /dev/null +++ b/sql/updates/world/3.3.5/2024_05_31_01_world.sql @@ -0,0 +1,2 @@ +-- Update Maraudon Earth Song Falls portal coordinates +UPDATE `spell_target_position` SET `PositionX`=386.27, `PositionY`=33.4144, `PositionZ`=-130.934 WHERE `ID`=21128; |