This commit is contained in:
hahwu 2025-08-29 16:04:08 +08:00
parent f54d558db5
commit de8777777b

View File

@ -59,6 +59,7 @@ func (gt *GuideTaskMod) Unlock(lv int) bool {
v.Quest.A = []interface{}{GoUtil.Now()}
}
}
gt.Trigger(&quest.Trigger{Label: quest.TRIGGER_LABEL_GUIDE_LOGIN, A: []interface{}{}})
return true
}
return false