summaryrefslogtreecommitdiff
path: root/src/net/eathena/adminhandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/eathena/adminhandler.h')
-rw-r--r--src/net/eathena/adminhandler.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/net/eathena/adminhandler.h b/src/net/eathena/adminhandler.h
index 28f0ac1e8..99b59f135 100644
--- a/src/net/eathena/adminhandler.h
+++ b/src/net/eathena/adminhandler.h
@@ -49,6 +49,10 @@ class AdminHandler final : public MessageHandler, public Ea::AdminHandler
void warp(const std::string &map,
const int x, const int y) const override final;
+
+ void resetStats() const override final;
+
+ void resetSkills() const override final;
};
} // namespace EAthena