From c76cb084b9c995fba9a19fbdb5f23d479f67a115 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 30 Jan 2017 19:34:16 +0300 Subject: Move BuySellRecv::processNpcBuyResponse from ea namespace into eathena and tmwa. In eathena version remove access to buy dialog, because anyway it must not exists at this time. --- src/net/tmwa/buysellrecv.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/net/tmwa/buysellrecv.h') diff --git a/src/net/tmwa/buysellrecv.h b/src/net/tmwa/buysellrecv.h index b5bd82ace..36607df84 100644 --- a/src/net/tmwa/buysellrecv.h +++ b/src/net/tmwa/buysellrecv.h @@ -34,6 +34,7 @@ namespace TmwAthena { void processNpcBuy(Net::MessageIn &msg); void processNpcSellResponse(Net::MessageIn &msg); + void processNpcBuyResponse(Net::MessageIn &msg); } // namespace BuySellRecv } // namespace TmwAthena -- cgit v1.2.3-70-g09d2