aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAokromes <Aokromes@users.noreply.github.com>2025-11-24 22:18:42 +0100
committerGitHub <noreply@github.com>2025-11-24 22:18:42 +0100
commita97e1668bff634e8a9a233e674397dce8cb44f86 (patch)
tree12925edec122c5cabef46d3619c86a86bbcffe51
parent7edcb5f93902e2857b37a25134bdef402072fc54 (diff)
DB/Creature: Update Old Ironbark spawn position
closes #31414 by CraftedRO
-rw-r--r--sql/updates/world/3.3.5/2025_11_24_01_world.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2025_11_24_01_world.sql b/sql/updates/world/3.3.5/2025_11_24_01_world.sql
new file mode 100644
index 00000000000..d0f2eea378a
--- /dev/null
+++ b/sql/updates/world/3.3.5/2025_11_24_01_world.sql
@@ -0,0 +1,2 @@
+-- Old Ironbark (Area: 0 - Difficulty: 0) CreateObject1
+UPDATE `creature` SET `position_x`=-72.1718673706054687, `position_y`=-283.25238037109375, `position_z`=-57.749664306640625, `orientation`=4.084070205688476562, `VerifiedBuild`=11159 WHERE `guid`=56943 AND `id`=11491;