aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorOvahlord <dreadkiller@gmx.de>2024-12-21 22:24:30 +0100
committerOvahlord <dreadkiller@gmx.de>2024-12-21 22:24:30 +0100
commit686e575b6faa9feb6d91908374bfe4716d477d04 (patch)
tree5e3eb17f1759ed34d8ce8b6611395186e1b21b51 /sql
parent5c0e09b31a65b54ed1530a6e50b7c4a077289724 (diff)
DB/GameObjects: fixed phasing of several gameobject spawns in Acherus: The Ebon Hold
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/cata_classic/2024_12_21_00_world.sql1
1 files changed, 1 insertions, 0 deletions
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);