Fix failed task QItem handling, implement /itemQ command

This commit is contained in:
2021-05-14 14:24:08 -05:00
committed by CakeLancelot
parent 19fd4ecb83
commit 81cc19f985
3 changed files with 42 additions and 14 deletions

View File

@@ -40,6 +40,7 @@ namespace Missions {
extern std::map<int32_t, TaskData*> Tasks;
extern nlohmann::json AvatarGrowth[37];
void init();
int findQSlot(Player *plr, int id);
bool startTask(Player* plr, int TaskID);