mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 17:51:28 +00:00
Another pass
This commit is contained in:
parent
83b279bac3
commit
9816608bba
923
zone/tasks.cpp
923
zone/tasks.cpp
File diff suppressed because it is too large
Load Diff
@ -289,7 +289,7 @@ private:
|
||||
ClientTaskInformation active_task; // only one
|
||||
ClientTaskInformation active_quests[MAXACTIVEQUESTS];
|
||||
};
|
||||
ClientTaskInformation ActiveTasks[MAXACTIVEQUESTS + 1];
|
||||
ClientTaskInformation active_tasks[MAXACTIVEQUESTS + 1];
|
||||
};
|
||||
// Shared tasks should be limited to 1 as well
|
||||
std::vector<int> enabled_tasks;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user