diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2025-09-27 18:40:39 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-09-27 18:40:39 +0200 |
commit | 999ecf3620d9dac087753d5b67c3ae3a6239204b (patch) | |
tree | 2ede4b87cfaad035301ede593d8def662d5ef3a5 | |
parent | 848a3cdf4d00ba6e0fa654d52e8d0e9c7efd7da6 (diff) |
DB/Creature: Update Grizzly Hills Spirit Healer spawn position
closes #31310
by CraftedRO
-rw-r--r-- | sql/updates/world/3.3.5/2025_09_27_03_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2025_09_27_03_world.sql b/sql/updates/world/3.3.5/2025_09_27_03_world.sql new file mode 100644 index 00000000000..133c5deb9c5 --- /dev/null +++ b/sql/updates/world/3.3.5/2025_09_27_03_world.sql @@ -0,0 +1,2 @@ +-- Spirit Healer (Area: Grizzly Hills - Difficulty: 0) +UPDATE `creature` SET `position_x`=3529.45068359375, `position_y`=-2892.474853515625, `position_z`=204.703369140625, `orientation`=1.256637096405029296 WHERE `guid`=125676 and `id`=6491; |