diff options
Diffstat (limited to 'src/net/tmwa/playerhandler.cpp')
-rw-r--r-- | src/net/tmwa/playerhandler.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/net/tmwa/playerhandler.cpp b/src/net/tmwa/playerhandler.cpp index 3fdf081ff..c2791e0d9 100644 --- a/src/net/tmwa/playerhandler.cpp +++ b/src/net/tmwa/playerhandler.cpp @@ -468,4 +468,8 @@ void PlayerHandler::revive() const { } +void PlayerHandler::setViewEquipment(const bool allow A_UNUSED) const +{ +} + } // namespace TmwAthena |