mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-02 07:00:29 +00:00
Another pass
This commit is contained in:
+489
-454
File diff suppressed because it is too large
Load Diff
+1
-1
@@ -289,7 +289,7 @@ private:
|
|||||||
ClientTaskInformation active_task; // only one
|
ClientTaskInformation active_task; // only one
|
||||||
ClientTaskInformation active_quests[MAXACTIVEQUESTS];
|
ClientTaskInformation active_quests[MAXACTIVEQUESTS];
|
||||||
};
|
};
|
||||||
ClientTaskInformation ActiveTasks[MAXACTIVEQUESTS + 1];
|
ClientTaskInformation active_tasks[MAXACTIVEQUESTS + 1];
|
||||||
};
|
};
|
||||||
// Shared tasks should be limited to 1 as well
|
// Shared tasks should be limited to 1 as well
|
||||||
std::vector<int> enabled_tasks;
|
std::vector<int> enabled_tasks;
|
||||||
|
|||||||
Reference in New Issue
Block a user