Egg checks, fixes, and cleanup

fixed not taking egg buff flag into consideration in mob manager

fixed stamina bug and improved sanity check

Egg cleanups
This commit is contained in:
Gent
2020-11-11 23:03:08 -05:00
parent 0ecf76c5ec
commit 7135767cc4
4 changed files with 16 additions and 21 deletions

View File

@@ -3,6 +3,7 @@
#include "CNShardServer.hpp"
#define CMD_PREFIX '/'
#define M_PI 3.14159265358979323846
typedef void (*CommandHandler)(std::string fullString, std::vector<std::string>& args, CNSocket* sock);