mirror of
https://github.com/EQEmu/Server.git
synced 2026-08-29 16:58:02 +00:00
Spelling errors and revised my cle change to put it much lower so it shouldn't have any side effects other than avoiding the crash
This commit is contained in:
+2
-2
@@ -84,7 +84,7 @@ class PathManager;
|
||||
class WaterMap;
|
||||
extern EntityList entity_list;
|
||||
struct NPCType;
|
||||
struct ServerZoneIncommingClient_Struct;
|
||||
struct ServerZoneIncomingClient_Struct;
|
||||
|
||||
class Zone
|
||||
{
|
||||
@@ -149,7 +149,7 @@ public:
|
||||
void StartShutdownTimer(uint32 set_time = (RuleI(Zone, AutoShutdownDelay)));
|
||||
void ChangeWeather();
|
||||
bool HasWeather();
|
||||
void AddAuth(ServerZoneIncommingClient_Struct* szic);
|
||||
void AddAuth(ServerZoneIncomingClient_Struct* szic);
|
||||
void RemoveAuth(const char* iCharName);
|
||||
void ResetAuth();
|
||||
bool GetAuth(uint32 iIP, const char* iCharName, uint32* oWID = 0, uint32* oAccID = 0, uint32* oCharID = 0, int16* oStatus = 0, char* oLSKey = 0, bool* oTellsOff = 0);
|
||||
|
||||
Reference in New Issue
Block a user