mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-03 09:26:36 +00:00
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:
-10
@@ -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];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user