mirror of
https://github.com/ZhengPeiRu21/mod-individual-progression
synced 2025-11-29 23:44:51 +08:00
Fix raid flags for The Calling
This commit is contained in:
@@ -811,6 +811,9 @@ UPDATE quest_template SET QuestLevel = 39 WHERE ID=8268;
|
|||||||
/* Ribbons of Sacrifice */
|
/* Ribbons of Sacrifice */
|
||||||
UPDATE quest_template SET MinLevel = 40 WHERE ID=8269;
|
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 */
|
/* Elemental Mastery */
|
||||||
UPDATE quest_template SET QuestLevel = 50 WHERE ID=8410;
|
UPDATE quest_template SET QuestLevel = 50 WHERE ID=8410;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user