mirror of
https://github.com/ZhengPeiRu21/mod-individual-progression
synced 2025-11-29 23:44:51 +08:00
Update vanilla_quest_levels.sql
Labels the Shadow Magic quest as a group quest. Related to: https://github.com/ZhengPeiRu21/mod-individual-progression/issues/179
This commit is contained in:
@@ -19,6 +19,9 @@ UPDATE quest_template SET RequiredItemId1 = 750 WHERE ID=33;
|
||||
/* The Legend of Stalvan */
|
||||
UPDATE quest_template SET QuestLevel = 35 WHERE ID=98;
|
||||
|
||||
/* Shadow Magic */
|
||||
UPDATE quest_template SET QuestInfoID = 1, SuggestedGroupNum = 2 WHERE ID=115;
|
||||
|
||||
/* Howling in the Hills */
|
||||
UPDATE quest_template SET QuestLevel = 25 WHERE ID=126;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user