mirror of
https://github.com/EQEmu/Server.git
synced 2026-03-30 21:52:26 +00:00
Switch trading to call CommonBreakInvisible()
This commit is contained in:
parent
4decdb3e4d
commit
4c4b0aba0c
@ -13632,7 +13632,7 @@ void Client::Handle_OP_TradeRequest(const EQApplicationPacket *app)
|
|||||||
// Client requesting a trade session from an npc/client
|
// Client requesting a trade session from an npc/client
|
||||||
// Trade session not started until OP_TradeRequestAck is sent
|
// Trade session not started until OP_TradeRequestAck is sent
|
||||||
|
|
||||||
BreakInvis();
|
CommonBreakInvisible();
|
||||||
|
|
||||||
// Pass trade request on to recipient
|
// Pass trade request on to recipient
|
||||||
TradeRequest_Struct* msg = (TradeRequest_Struct*)app->pBuffer;
|
TradeRequest_Struct* msg = (TradeRequest_Struct*)app->pBuffer;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user