fix(DB/Creature): Correct GroupAI for Tendris Warpwood's formation (#8357)

This commit is contained in:
Skjalf
2021-10-10 19:13:43 -03:00
committed by GitHub
parent f8ac41608e
commit a4aa483f86

View File

@@ -0,0 +1,4 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1633734702211848400');
-- Tendris Warpwood - Dire Maul
UPDATE `creature_formations` SET `groupAI` = 1 WHERE `leaderGUID` = 248035;