mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-06 08:59:11 +01:00
DB/Creatures: corrected phasing of the final chapter in Acherus
This commit is contained in:
2
sql/updates/world/4.3.4/2021_03_13_02_world.sql
Normal file
2
sql/updates/world/4.3.4/2021_03_13_02_world.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
UPDATE `gameobject` SET `PhaseId`= 0, `PhaseGroup`= 370 WHERE `guid` IN (151238, 151236, 63191, 63177, 63192, 63179, 66476, 63178);
|
||||
UPDATE `creature` SET `PhaseId`= 177, `PhaseGroup`= 0 WHERE `guid` IN (130468, 130469, 130470, 130471, 130472, 130473, 130474, 130475, 130479, 130480, 130481, 130483, 130501, 130502, 130503, 130504, 130545, 130546, 130432, 130433, 130433);
|
||||
Reference in New Issue
Block a user