Add academy.json loading to TableData

This is where the permanent Academy-exclusive NPCs and mobs will be
loaded from. Resurrect 'Ems work now.
This commit is contained in:
2020-12-12 22:21:55 +01:00
committed by Gent S
parent effbbd9a5e
commit 90191fd494
4 changed files with 39 additions and 0 deletions

View File

@@ -19,6 +19,7 @@ namespace settings {
extern std::string NPCJSON;
extern std::string XDTJSON;
extern std::string MOBJSON;
extern std::string ACADEMYJSON;
extern std::string PATHJSON;
extern std::string DROPSJSON;
extern std::string EGGSJSON;