Change task selector quest function to not directly call the Send

function
This commit is contained in:
Michael Cook (mackal)
2018-06-16 23:06:46 -04:00
parent 6708cd3d75
commit 4c826dfbcc
4 changed files with 35 additions and 3 deletions
+1
View File
@@ -261,6 +261,7 @@ public:
int GetTaskMinLevel(int TaskID);
int GetTaskMaxLevel(int TaskID);
void TaskSetSelector(Client *c, ClientTaskState *state, Mob *mob, int TaskSetID);
void TaskQuestSetSelector(Client *c, ClientTaskState *state, Mob *mob, int count, int *tasks); // task list provided by QuestManager (perl/lua)
void SendActiveTasksToClient(Client *c, bool TaskComplete=false);
void SendSingleActiveTaskToClient(Client *c, int TaskIndex, bool TaskComplete, bool BringUpTaskJournal=false);
void SendTaskActivityShort(Client *c, int TaskID, int ActivityID, int ClientTaskIndex);