diff options
Diffstat (limited to 'src/net/playerhandler.h')
-rw-r--r-- | src/net/playerhandler.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/net/playerhandler.h b/src/net/playerhandler.h index dab32836f..01ab732e3 100644 --- a/src/net/playerhandler.h +++ b/src/net/playerhandler.h @@ -66,10 +66,9 @@ class PlayerHandler virtual bool canCorrectAttributes() const = 0; - virtual PlayerInfo::Attribute getJobLocation() const A_WARN_UNUSED = 0; + virtual int getJobLocation() const A_WARN_UNUSED = 0; - virtual PlayerInfo::Attribute getAttackLocation() - const A_WARN_UNUSED = 0; + virtual int getAttackLocation() const A_WARN_UNUSED = 0; virtual Vector getDefaultWalkSpeed() const A_WARN_UNUSED = 0; |