diff options
Diffstat (limited to 'src/net/eathena/generalhandler.cpp')
-rw-r--r-- | src/net/eathena/generalhandler.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net/eathena/generalhandler.cpp b/src/net/eathena/generalhandler.cpp index d1056bb71..63fbb707e 100644 --- a/src/net/eathena/generalhandler.cpp +++ b/src/net/eathena/generalhandler.cpp @@ -368,6 +368,7 @@ void GeneralHandler::gameStarted() const statusWindow->addAttribute(Attributes::ATTACK_RANGE, _("Attack Range")); statusWindow->addAttribute(Attributes::ATTACK_SPEED, _("Damage per sec.")); statusWindow->addAttribute(Attributes::KARMA, _("Karma")); + statusWindow->addAttribute(Attributes::MANNER, _("Manner")); } void GeneralHandler::gameEnded() const |