Skip to content

Commit a5e591a

Browse files
authored
fix: To Outfox a Fox Questlog (zimbadev#596)
Adding missing .Questline in the quests.lua in order to display correctly in the questlog.
1 parent 80a6ba0 commit a5e591a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

data-global/lib/core/quests.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4675,7 +4675,7 @@ if not Quests then
46754675
},
46764676
[14] = {
46774677
name = "To Outfox a Fox",
4678-
storageId = Storage.Quest.U8_1.ToOutfoxAFoxQuest,
4678+
storageId = Storage.Quest.U8_1.ToOutfoxAFoxQuest.Questline,
46794679
missionId = 10432,
46804680
startValue = 1,
46814681
endValue = 2,

0 commit comments

Comments
 (0)