diff options
| author | Ovahlord <dreadkiller@gmx.de> | 2024-12-21 22:24:30 +0100 |
|---|---|---|
| committer | Meji <alvaro.megias@outlook.com> | 2025-01-02 16:38:08 +0100 |
| commit | 06b106b06a1080f3d00ab6dd6a15a6d80e39eb49 (patch) | |
| tree | 4c9b14ada70011ac7d14522be2388e77d926b837 | |
| parent | 656365cbfcf1d4d945d82bd801b1a8de6c04a47b (diff) | |
DB/GameObjects: fixed phasing of several gameobject spawns in Acherus: The Ebon Hold
(cherry picked from commit 686e575b6faa9feb6d91908374bfe4716d477d04)
| -rw-r--r-- | sql/updates/world/master/2025_01_02_20_world_2024_12_21_00_world.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/master/2025_01_02_20_world_2024_12_21_00_world.sql b/sql/updates/world/master/2025_01_02_20_world_2024_12_21_00_world.sql new file mode 100644 index 00000000000..fa301e1e87e --- /dev/null +++ b/sql/updates/world/master/2025_01_02_20_world_2024_12_21_00_world.sql @@ -0,0 +1 @@ +UPDATE `gameobject` SET `PhaseId`= 0, `PhaseGroup`= 370 WHERE `guid` IN (151238, 151236, 63191, 63177, 63192, 63179, 66476, 63178, 63184, 63183, 63185, 66396, 66392, 63181); |
