diff options
author | Andrei Karas <akaras@inbox.ru> | 2018-02-08 23:38:02 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2018-02-08 23:38:02 +0300 |
commit | e01af2f01eb2e17d259d685734cfc4277bb076f7 (patch) | |
tree | 7156a47a97e13657d1fadbc871e535c3fd44ac13 /src/CMakeLists.txt | |
parent | c842bf2e3e82cb0747f1faba5f8b2adf41846449 (diff) | |
download | mv-e01af2f01eb2e17d259d685734cfc4277bb076f7.tar.gz mv-e01af2f01eb2e17d259d685734cfc4277bb076f7.tar.bz2 mv-e01af2f01eb2e17d259d685734cfc4277bb076f7.tar.xz mv-e01af2f01eb2e17d259d685734cfc4277bb076f7.zip |
Add packet SMSG_CLAN_INFO 0x098a.
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 4e8fa8014..ca1a624e2 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1591,6 +1591,8 @@ SET(SRCS net/eathena/chathandler.h net/eathena/chatrecv.cpp net/eathena/chatrecv.h + net/eathena/clanrecv.cpp + net/eathena/clanrecv.h net/eathena/elementalhandler.cpp net/eathena/elementalhandler.h net/eathena/elementalrecv.cpp |