mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-20 09:38:21 +00:00
Fix EVENT_CONNECT
This commit is contained in:
@@ -1385,7 +1385,8 @@ void Client::Handle_Connect_OP_ZoneEntry(const EQApplicationPacket *app)
|
|||||||
|
|
||||||
if (LFP){ LFP = atoi(row[0]); }
|
if (LFP){ LFP = atoi(row[0]); }
|
||||||
if (LFG){ LFG = atoi(row[1]); }
|
if (LFG){ LFG = atoi(row[1]); }
|
||||||
if (firstlogon){ firstlogon = atoi(row[3]); }
|
if (row[3])
|
||||||
|
firstlogon = atoi(row[3]);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (RuleB(Character, SharedBankPlat))
|
if (RuleB(Character, SharedBankPlat))
|
||||||
|
|||||||
Reference in New Issue
Block a user