Rename Client::zoning to Client::bZoning

This commit is contained in:
Michael Cook (mackal)
2018-01-17 21:23:22 -05:00
parent 462349ad84
commit aa1114c387
5 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ void Client::Handle_OP_ZoneChange(const EQApplicationPacket *app) {
Bot::ProcessClientZoneChange(this);
#endif
zoning = true;
bZoning = true;
if (app->size != sizeof(ZoneChange_Struct)) {
Log(Logs::General, Logs::None, "Wrong size: OP_ZoneChange, size=%d, expected %d", app->size, sizeof(ZoneChange_Struct));
return;