Fix raid flags for The Calling

This commit is contained in:
郑佩茹
2023-08-12 10:42:41 -06:00
parent 9c971f9217
commit 4d22d60a58

View File

@@ -811,6 +811,9 @@ UPDATE quest_template SET QuestLevel = 39 WHERE ID=8268;
/* Ribbons of Sacrifice */
UPDATE quest_template SET MinLevel = 40 WHERE ID=8269;
/* The Calling */
UPDATE `quest_template` SET `flags` = `flags` | 64, `SuggestedGroupNum` = 0 WHERE `ID`= 8315;
/* Elemental Mastery */
UPDATE quest_template SET QuestLevel = 50 WHERE ID=8410;