diff options
Diffstat (limited to 'src/net/eathena/skillhandler.cpp')
-rw-r--r-- | src/net/eathena/skillhandler.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net/eathena/skillhandler.cpp b/src/net/eathena/skillhandler.cpp index af6dd2857..413ff103f 100644 --- a/src/net/eathena/skillhandler.cpp +++ b/src/net/eathena/skillhandler.cpp @@ -414,6 +414,7 @@ void SkillHandler::processSkillFailed(Net::MessageIn &msg) txt.append(_("You're carrying to much to do this!")); break; default: + UNIMPLIMENTEDPACKET; break; } |