mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-19 17:38:26 +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:
+1
-1
@@ -1086,7 +1086,7 @@ bool Zone::SaveZoneCFG() {
|
||||
return database.SaveZoneCFG(GetZoneID(), GetInstanceVersion(), &newzone_data);
|
||||
}
|
||||
|
||||
void Zone::AddAuth(ServerZoneIncommingClient_Struct* szic) {
|
||||
void Zone::AddAuth(ServerZoneIncomingClient_Struct* szic) {
|
||||
ZoneClientAuth_Struct* zca = new ZoneClientAuth_Struct;
|
||||
memset(zca, 0, sizeof(ZoneClientAuth_Struct));
|
||||
zca->ip = szic->ip;
|
||||
|
||||
Reference in New Issue
Block a user