diff options
Diffstat (limited to 'src/net/eathena/playerhandler.h')
-rw-r--r-- | src/net/eathena/playerhandler.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/eathena/playerhandler.h b/src/net/eathena/playerhandler.h index 887f652f6..43c469f95 100644 --- a/src/net/eathena/playerhandler.h +++ b/src/net/eathena/playerhandler.h @@ -83,6 +83,8 @@ class PlayerHandler final : public Ea::PlayerHandler const int64_t base, const int mod, const Notify notify) const override final; + + void setTitle(const int titleId) const override final; }; } // namespace EAthena |