mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-11 21:01:29 +00:00
[Hotfix] Fix crash in SendEnterWorld (#4204)
This commit is contained in:
parent
6a8bd3c5d6
commit
823a5956de
@ -192,7 +192,7 @@ bool Client::CanTradeFVNoDropItem()
|
||||
|
||||
void Client::SendEnterWorld(std::string name)
|
||||
{
|
||||
const std::string& live_name = database.GetLiveChar(GetAccountID());
|
||||
const std::string live_name = database.GetLiveChar(GetAccountID());
|
||||
if (is_player_zoning) {
|
||||
if(database.GetAccountIDByChar(live_name) != GetAccountID()) {
|
||||
eqs->Close();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user