From f22afbca056f502c94f65b28846c2bcd7c57eb02 Mon Sep 17 00:00:00 2001 From: Aokromes Date: Sun, 3 Aug 2025 09:01:05 +0200 Subject: DB/Creature: Update Shadow Vault Spirit Healer phaseMask and spawn position closes #31188 by CraftedRO --- sql/updates/world/3.3.5/2025_08_03_00_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/3.3.5/2025_08_03_00_world.sql 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; -- cgit v1.2.3