Browse Source

Forgot to blank out escrow_coins when there isn't enough to pay off full balance

Image 3 years ago
parent
commit
6933d56dd5
1 changed files with 1 additions and 0 deletions
  1. 1 0
      EQ2/source/WorldServer/client.cpp

+ 1 - 0
EQ2/source/WorldServer/client.cpp

@@ -1891,6 +1891,7 @@ bool Client::HandlePacket(EQApplicationPacket* app) {
 					escrowChange = true;
 					tmpRecoverCoins = ph->escrow_coins;
 					coinReq -= ph->escrow_coins;
+					ph->escrow_coins = 0;
 				}
 				else if (ph->escrow_coins && coinReq && coinReq <= ph->escrow_coins)
 				{