mirror of
https://github.com/ZhengPeiRu21/mod-individual-progression
synced 2025-11-29 23:44:51 +08:00
Merge pull request #344 from Grimfeather/Quest-Shadow-Magic---group-quest
Label the Shadow Magic quest as a group quest
This commit is contained in:
@@ -19,6 +19,9 @@ UPDATE quest_template SET RequiredItemId1 = 750 WHERE ID=33;
|
|||||||
/* The Legend of Stalvan */
|
/* The Legend of Stalvan */
|
||||||
UPDATE quest_template SET QuestLevel = 35 WHERE ID=98;
|
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 */
|
/* Howling in the Hills */
|
||||||
UPDATE quest_template SET QuestLevel = 25 WHERE ID=126;
|
UPDATE quest_template SET QuestLevel = 25 WHERE ID=126;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user