Added two other commands to let you do shared reloading on your own without the hotfix command. Also changed how world determines a zone's address

This commit is contained in:
KimLS
2015-07-16 01:51:10 -07:00
parent 9f1f36cca6
commit b7cd0b223f
9 changed files with 98 additions and 79 deletions
-10
View File
@@ -39,20 +39,10 @@ public:
uint32 GetIP();
uint32 GetIP(char* name);
void SaveInfo(char* address, uint32 port, char* waddress,char* filename);
char* GetWorldAddress() { return WorldAddress; }
char* GetZoneAddress() { return ZoneAddress; }
char* GetZoneFileName() { return ZoneFileName; }
uint32 GetZonePort() { return ZonePort; }
Timer object_timer;
Timer door_timer;
Timer corpse_timer;
Timer group_timer;
Timer raid_timer;
Timer trap_timer;
private:
uint16 ZonePort;
char* ZoneAddress;
char* WorldAddress;
char ZoneFileName[50];
};