mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-02-04 15:52:27 +08:00
实现主线任务[异常的权柄]
This commit is contained in:
@@ -62,8 +62,8 @@ func (q *DbQuest) AddQuest(questId uint32) {
|
||||
}
|
||||
}
|
||||
|
||||
// ExecQuest 开始执行一个任务
|
||||
func (q *DbQuest) ExecQuest(questId uint32) {
|
||||
// StartQuest 开始执行一个任务
|
||||
func (q *DbQuest) StartQuest(questId uint32) {
|
||||
quest, exist := q.QuestMap[questId]
|
||||
if !exist {
|
||||
logger.Error("get quest is nil, questId: %v", questId)
|
||||
|
||||
Reference in New Issue
Block a user