summaryrefslogtreecommitdiff
path: root/src/net/eathena/mercenaryhandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/eathena/mercenaryhandler.h')
-rw-r--r--src/net/eathena/mercenaryhandler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/eathena/mercenaryhandler.h b/src/net/eathena/mercenaryhandler.h
index c1a784c3b..a24f414ff 100644
--- a/src/net/eathena/mercenaryhandler.h
+++ b/src/net/eathena/mercenaryhandler.h
@@ -45,7 +45,7 @@ class MercenaryHandler final : public MessageHandler,
void move(const int x, const int y) const override final;
- void attack(const int targetId, const bool keep) const override final;
+ void attack(const int targetId, const Keep keep) const override final;
void talk(const std::string &restrict text) const override final;