More comments to task system

This commit is contained in:
Michael Cook (mackal) 2018-06-05 13:12:29 -04:00
parent 65acefc6b1
commit 49b90eae76

View File

@ -1187,7 +1187,7 @@ void TaskManager::SendTaskSelectorNew(Client *c, Mob *mob, int TaskCount, int *T
auto outapp = new EQApplicationPacket(OP_OpenNewTasksWindow, PacketLength);
outapp->WriteUInt32(ValidTasks); // TaskCount
outapp->WriteUInt32(2); // Type
outapp->WriteUInt32(2); // Type, valid values: 1-3, 1 is shared task
outapp->WriteUInt32(mob->GetID()); // TaskGiver
for(int i=0; i<TaskCount;i++) { // max 40