mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 01:11:29 +00:00
Lets not save here if we're zoning
This commit is contained in:
parent
69db67efe5
commit
16125c38af
@ -624,7 +624,7 @@ bool Client::Process() {
|
||||
{
|
||||
//client logged out or errored out
|
||||
//ResetTrade();
|
||||
if (client_state != CLIENT_KICKED) {
|
||||
if (client_state != CLIENT_KICKED && !zoning) {
|
||||
Save();
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user