mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-05 19:46:35 +00:00
Rename ClientTaskState::ActiveTasks to ClientTaskState::ActiveQuests
because that's what it is
This commit is contained in:
+1
-1
@@ -228,7 +228,7 @@ private:
|
||||
bool UnlockActivities(int CharID, int TaskIndex);
|
||||
void IncrementDoneCount(Client *c, TaskInformation *Task, int TaskIndex, int ActivityID, int Count = 1, bool ignore_quest_update = false);
|
||||
int ActiveTaskCount;
|
||||
ClientTaskInformation ActiveTasks[MAXACTIVEQUESTS];
|
||||
ClientTaskInformation ActiveQuests[MAXACTIVEQUESTS];
|
||||
std::vector<int> EnabledTasks;
|
||||
std::vector<CompletedTaskInformation> CompletedTasks;
|
||||
int LastCompletedTaskLoaded;
|
||||
|
||||
Reference in New Issue
Block a user