From 686e575b6faa9feb6d91908374bfe4716d477d04 Mon Sep 17 00:00:00 2001 From: Ovahlord Date: Sat, 21 Dec 2024 22:24:30 +0100 Subject: DB/GameObjects: fixed phasing of several gameobject spawns in Acherus: The Ebon Hold --- sql/updates/world/cata_classic/2024_12_21_00_world.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/world/cata_classic/2024_12_21_00_world.sql (limited to 'sql/updates/world') diff --git a/sql/updates/world/cata_classic/2024_12_21_00_world.sql b/sql/updates/world/cata_classic/2024_12_21_00_world.sql new file mode 100644 index 00000000000..fa301e1e87e --- /dev/null +++ b/sql/updates/world/cata_classic/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); -- cgit v1.2.3