diff options
author | Andrei Karas <akaras@inbox.ru> | 2018-11-27 21:51:59 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2018-11-27 21:51:59 +0300 |
commit | d33ffd2ac6230059cce68ecae862d3bdc813b93d (patch) | |
tree | 1e30c7373c78c6d968bc9697ad72a71df4d84e46 /src/net/tmwa/chatrecv.h | |
parent | 2734f4a788dad6faf960d53de00da74ebff69bd5 (diff) | |
download | plus-d33ffd2ac6230059cce68ecae862d3bdc813b93d.tar.gz plus-d33ffd2ac6230059cce68ecae862d3bdc813b93d.tar.bz2 plus-d33ffd2ac6230059cce68ecae862d3bdc813b93d.tar.xz plus-d33ffd2ac6230059cce68ecae862d3bdc813b93d.zip |
Avoid shop spam in legacy server.
Diffstat (limited to 'src/net/tmwa/chatrecv.h')
-rw-r--r-- | src/net/tmwa/chatrecv.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/tmwa/chatrecv.h b/src/net/tmwa/chatrecv.h index c896f1337..2c5e6a084 100644 --- a/src/net/tmwa/chatrecv.h +++ b/src/net/tmwa/chatrecv.h @@ -34,6 +34,8 @@ namespace TmwAthena { namespace ChatRecv { + extern std::string mShopRequestName; + void processChat(Net::MessageIn &msg); void processChatContinue(std::string chatMsg); void processGmChat(Net::MessageIn &msg); |