mirror of
https://github.com/EQEmu/Server.git
synced 2026-02-16 17:02:28 +00:00
Fixed incorrect logic
This commit is contained in:
parent
0fcaf82038
commit
b567e57971
@ -14099,7 +14099,7 @@ void Client::Handle_OP_TradeRequest(const EQApplicationPacket *app)
|
||||
#else
|
||||
else if (tradee && (tradee->IsNPC() || tradee->IsBot())) {
|
||||
#endif
|
||||
if (tradee->!IsEngaged()) {
|
||||
if (!tradee->IsEngaged()) {
|
||||
trade->Start(msg->to_mob_id);
|
||||
EQApplicationPacket *outapp = new EQApplicationPacket(OP_TradeRequestAck, sizeof(TradeRequest_Struct));
|
||||
TradeRequest_Struct *acc = (TradeRequest_Struct *) outapp->pBuffer;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user