fix(DB/Formation): Change wrong GroupAI in Molten Colossus formation. (#26471)

This commit is contained in:
Rocco Silipo
2026-07-05 19:49:34 +02:00
committed by GitHub
parent 8900c564ec
commit 0b1808057f
@@ -0,0 +1,3 @@
-- Set Correct GroupAI (it was 5).
UPDATE `creature_formations` SET `groupAI` = 3 WHERE `leaderGUID` = 136057;