summaryrefslogtreecommitdiff
path: root/src/net/eathena/skillhandler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/eathena/skillhandler.cpp')
-rw-r--r--src/net/eathena/skillhandler.cpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/net/eathena/skillhandler.cpp b/src/net/eathena/skillhandler.cpp
index 5cc6317a2..70988efd1 100644
--- a/src/net/eathena/skillhandler.cpp
+++ b/src/net/eathena/skillhandler.cpp
@@ -22,6 +22,7 @@
#include "net/eathena/skillhandler.h"
+#include "net/eathena/menu.h"
#include "net/eathena/messageout.h"
#include "net/eathena/protocolout.h"
@@ -101,4 +102,14 @@ void SkillHandler::getPkRanks() const
}
}
+void SkillHandler::feelSaveOk(const int which) const
+{
+ if (packetVersion >= 20050817)
+ {
+ createOutPacket(CMSG_SKILL_FEEL_SAVE_OK);
+ outMsg.writeInt8(CAST_S8(which), "which");
+ menu = MenuType::Unknown;
+ }
+}
+
} // namespace EAthena