mirror of
https://github.com/EQEmu/Server.git
synced 2026-01-07 02:03:51 +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
|
||||
// Trade session not started until OP_TradeRequestAck is sent
|
||||
|
||||
BreakInvis();
|
||||
CommonBreakInvisible();
|
||||
|
||||
// Pass trade request on to recipient
|
||||
TradeRequest_Struct* msg = (TradeRequest_Struct*)app->pBuffer;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user