summaryrefslogtreecommitdiff
path: root/src/net/tmwa/playerhandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/tmwa/playerhandler.h')
-rw-r--r--src/net/tmwa/playerhandler.h46
1 files changed, 23 insertions, 23 deletions
diff --git a/src/net/tmwa/playerhandler.h b/src/net/tmwa/playerhandler.h
index c97aee27c..320ca6b07 100644
--- a/src/net/tmwa/playerhandler.h
+++ b/src/net/tmwa/playerhandler.h
@@ -36,53 +36,53 @@ class PlayerHandler final : public Ea::PlayerHandler
A_DELETE_COPY(PlayerHandler)
void attack(const BeingId id,
- const Keep keep) const override final;
- void stopAttack() const override final;
- void emote(const uint8_t emoteId) const override final;
+ const Keep keep) const final;
+ void stopAttack() const final;
+ void emote(const uint8_t emoteId) const final;
void increaseAttribute(const AttributesT attr,
- const int amount) const override final;
- void increaseSkill(const uint16_t skillId) const override final;
+ const int amount) const final;
+ void increaseSkill(const uint16_t skillId) const final;
- void pickUp(const FloorItem *const floorItem) const override final;
- void setDirection(const unsigned char direction) const override final;
+ void pickUp(const FloorItem *const floorItem) const final;
+ void setDirection(const unsigned char direction) const final;
void setDestination(const int x, const int y,
- const int direction) const override final;
+ const int direction) const final;
void changeAction(const BeingActionT &action)
- const override final;
- void requestOnlineList() const override final A_CONST;
- void updateStatus(const uint8_t status) const override final A_CONST;
+ const final;
+ void requestOnlineList() const final A_CONST;
+ void updateStatus(const uint8_t status) const final A_CONST;
- void respawn() const override final;
+ void respawn() const final;
void setShortcut(const int idx,
const uint8_t type,
const int id,
- const int level) const override final A_CONST;
+ const int level) const final A_CONST;
- void shortcutShiftRow(const int row) const override final;
+ void shortcutShiftRow(const int row) const final;
- void removeOption() const override final A_CONST;
+ void removeOption() const final A_CONST;
- void changeCart(const int type) const override final A_CONST;
+ void changeCart(const int type) const final A_CONST;
- void setMemo() const override final A_CONST;
+ void setMemo() const final A_CONST;
- void doriDori() const override final A_CONST;
+ void doriDori() const final A_CONST;
- void explosionSpirits() const override final A_CONST;
+ void explosionSpirits() const final A_CONST;
- void requestPvpInfo() const override final A_CONST;
+ void requestPvpInfo() const final A_CONST;
- void revive() const override final A_CONST;
+ void revive() const final A_CONST;
- void setViewEquipment(const bool allow) const override final A_CONST;
+ void setViewEquipment(const bool allow) const final A_CONST;
void setStat(Net::MessageIn &msg,
const int type,
const int base,
const int mod,
- const Notify notify) const override final;
+ const Notify notify) const final;
};
} // namespace TmwAthena