summaryrefslogtreecommitdiff
path: root/src/net/tmwa/chatrecv.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2018-11-27 21:51:59 +0300
committerAndrei Karas <akaras@inbox.ru>2018-11-27 21:51:59 +0300
commitd33ffd2ac6230059cce68ecae862d3bdc813b93d (patch)
tree1e30c7373c78c6d968bc9697ad72a71df4d84e46 /src/net/tmwa/chatrecv.h
parent2734f4a788dad6faf960d53de00da74ebff69bd5 (diff)
downloadplus-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.h2
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);