diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2025-08-03 09:01:05 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-08-03 09:01:05 +0200 |
commit | f22afbca056f502c94f65b28846c2bcd7c57eb02 (patch) | |
tree | 88f4c6d4d9d23b0677024a3f067166b678952896 | |
parent | d125285de92ee3fe22e7d424d251f1d5ca27819f (diff) |
DB/Creature: Update Shadow Vault Spirit Healer phaseMask and spawn position
closes #31188
by CraftedRO
-rw-r--r-- | sql/updates/world/3.3.5/2025_08_03_00_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2025_08_03_00_world.sql b/sql/updates/world/3.3.5/2025_08_03_00_world.sql new file mode 100644 index 00000000000..8157b894797 --- /dev/null +++ b/sql/updates/world/3.3.5/2025_08_03_00_world.sql @@ -0,0 +1,2 @@ +-- Spirit Healer (Area: The Shadow Vault - Difficulty: 0) +UPDATE `creature` SET `phaseMask`=3, `position_x`=8195.3984375, `position_y`=2862.450439453125, `position_z`=606.07470703125, `orientation`=3.50811171531677246, `spawntimesecs`=120 WHERE `guid`=99683 and `id`=6491; |