mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-17 07:18:37 +00:00
[Code Cleanup] Remove this-> in code where its implied (#2088)
This commit is contained in:
@@ -84,7 +84,7 @@ ZoneServer::ZoneServer(std::shared_ptr<EQ::Net::ServertalkServerConnection> conn
|
||||
}
|
||||
});
|
||||
|
||||
this->console = console;
|
||||
console = console;
|
||||
}
|
||||
|
||||
ZoneServer::~ZoneServer() {
|
||||
@@ -1567,7 +1567,7 @@ void ZoneServer::TriggerBootup(uint32 iZoneID, uint32 iInstanceID, const char* a
|
||||
strcpy(s->adminname, adminname);
|
||||
|
||||
if (iZoneID == 0)
|
||||
s->zoneid = this->GetZoneID();
|
||||
s->zoneid = GetZoneID();
|
||||
else
|
||||
s->zoneid = iZoneID;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user