Fix EVENT_CONNECT

This commit is contained in:
Michael Cook (mackal) 2015-01-04 01:48:31 -05:00
parent f8b6ee296c
commit a75db63cbc

View File

@ -1385,7 +1385,8 @@ void Client::Handle_Connect_OP_ZoneEntry(const EQApplicationPacket *app)
if (LFP){ LFP = atoi(row[0]); }
if (LFG){ LFG = atoi(row[1]); }
if (firstlogon){ firstlogon = atoi(row[3]); }
if (row[3])
firstlogon = atoi(row[3]);
}
if (RuleB(Character, SharedBankPlat))