Switch trading to call CommonBreakInvisible()

This commit is contained in:
Michael Cook (mackal) 2016-07-30 12:50:50 -04:00
parent 4decdb3e4d
commit 4c4b0aba0c

View File

@ -13632,7 +13632,7 @@ void Client::Handle_OP_TradeRequest(const EQApplicationPacket *app)
// Client requesting a trade session from an npc/client
// Trade session not started until OP_TradeRequestAck is sent
BreakInvis();
CommonBreakInvisible();
// Pass trade request on to recipient
TradeRequest_Struct* msg = (TradeRequest_Struct*)app->pBuffer;