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:
Grimfeather
2024-08-22 11:19:40 +02:00
committed by GitHub
parent a76becd1fd
commit 299f994fcf

View File

@@ -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;