Basic Implementation of a lair unlock command

This commit is contained in:
Titan
2020-11-30 18:59:39 +02:00
committed by Gent S
parent d2d6171d04
commit c1941654b6
3 changed files with 49 additions and 1 deletions

View File

@@ -41,6 +41,7 @@ namespace MissionManager {
extern nlohmann::json AvatarGrowth[37];
void init();
bool startTask(Player* plr, int TaskID, bool NanoMission);
void taskStart(CNSocket* sock, CNPacketData* data);
void taskEnd(CNSocket* sock, CNPacketData* data);
void setMission(CNSocket* sock, CNPacketData* data);