diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-04-19 23:50:53 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-04-19 23:50:53 +0300 |
commit | c9433013925e52857a85a30a29e1265081091e14 (patch) | |
tree | b3300a86fcc6ce06b820b390e5fd36778ce97b0e /src/net/tmwa/skillhandler.cpp | |
parent | 0f4c817e7b234c9be9dce9ff27e98a1dd0209ad1 (diff) | |
download | plus-c9433013925e52857a85a30a29e1265081091e14.tar.gz plus-c9433013925e52857a85a30a29e1265081091e14.tar.bz2 plus-c9433013925e52857a85a30a29e1265081091e14.tar.xz plus-c9433013925e52857a85a30a29e1265081091e14.zip |
Add packet CMSG_PLAYER_LESS_EFFECTS 0x021d.
Diffstat (limited to 'src/net/tmwa/skillhandler.cpp')
-rw-r--r-- | src/net/tmwa/skillhandler.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/net/tmwa/skillhandler.cpp b/src/net/tmwa/skillhandler.cpp index 3faeeb718..d52841b63 100644 --- a/src/net/tmwa/skillhandler.cpp +++ b/src/net/tmwa/skillhandler.cpp @@ -92,4 +92,8 @@ void SkillHandler::feelSaveOk(const int which A_UNUSED) const { } +void SkillHandler::lessEffects(const bool isLess A_UNUSED) const +{ +} + } // namespace TmwAthena |