summaryrefslogtreecommitdiff
path: root/src/net/eathena/generalhandler.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-09-30 23:40:58 +0300
committerAndrei Karas <akaras@inbox.ru>2014-09-30 23:40:58 +0300
commit24c274b63f95636619b985db99311f6807e12170 (patch)
tree237731512e20f05cfa691b9879ab23e85d7feea9 /src/net/eathena/generalhandler.cpp
parentfc2702efdf477a96761a6405e5d764c478b2905f (diff)
downloadplus-24c274b63f95636619b985db99311f6807e12170.tar.gz
plus-24c274b63f95636619b985db99311f6807e12170.tar.bz2
plus-24c274b63f95636619b985db99311f6807e12170.tar.xz
plus-24c274b63f95636619b985db99311f6807e12170.zip
Add manner stat to player.
Diffstat (limited to 'src/net/eathena/generalhandler.cpp')
-rw-r--r--src/net/eathena/generalhandler.cpp1
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