diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-01-30 19:34:16 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-01-30 20:39:49 +0300 |
commit | c76cb084b9c995fba9a19fbdb5f23d479f67a115 (patch) | |
tree | a1b493adb2f7a21bbabb5b0178733f9082b3983c /src/net/tmwa/buysellrecv.h | |
parent | 5f8496ca103fabb4cfc265d8d936e194129a17ef (diff) | |
download | plus-c76cb084b9c995fba9a19fbdb5f23d479f67a115.tar.gz plus-c76cb084b9c995fba9a19fbdb5f23d479f67a115.tar.bz2 plus-c76cb084b9c995fba9a19fbdb5f23d479f67a115.tar.xz plus-c76cb084b9c995fba9a19fbdb5f23d479f67a115.zip |
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.
Diffstat (limited to 'src/net/tmwa/buysellrecv.h')
-rw-r--r-- | src/net/tmwa/buysellrecv.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 |