summaryrefslogtreecommitdiff
path: root/src/net/tmwa/playerrecv.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2018-11-27 23:00:00 +0300
committerAndrei Karas <akaras@inbox.ru>2018-11-27 23:00:00 +0300
commitb02e3369653bddc4f4af677de16dac131945e7b7 (patch)
treefe2e0f84acea8accb0e08a2ca2f2b607e4f5d030 /src/net/tmwa/playerrecv.cpp
parentcdd3c77337a6bbff0d51d174663867463db8cf15 (diff)
downloadplus-b02e3369653bddc4f4af677de16dac131945e7b7.tar.gz
plus-b02e3369653bddc4f4af677de16dac131945e7b7.tar.bz2
plus-b02e3369653bddc4f4af677de16dac131945e7b7.tar.xz
plus-b02e3369653bddc4f4af677de16dac131945e7b7.zip
Fix showing group name in online list for legacy server.
Diffstat (limited to 'src/net/tmwa/playerrecv.cpp')
-rw-r--r--src/net/tmwa/playerrecv.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/tmwa/playerrecv.cpp b/src/net/tmwa/playerrecv.cpp
index d088c3c54..6233fa949 100644
--- a/src/net/tmwa/playerrecv.cpp
+++ b/src/net/tmwa/playerrecv.cpp
@@ -40,6 +40,8 @@
#include "debug.h"
+extern unsigned int tmwServerVersion;
+
namespace TmwAthena
{