diff options
Diffstat (limited to 'src/net/eathena/generalhandler.cpp')
-rw-r--r-- | src/net/eathena/generalhandler.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/eathena/generalhandler.cpp b/src/net/eathena/generalhandler.cpp index 63fbb707e..5669d452e 100644 --- a/src/net/eathena/generalhandler.cpp +++ b/src/net/eathena/generalhandler.cpp @@ -362,7 +362,7 @@ void GeneralHandler::gameStarted() const // xgettext:no-c-format statusWindow->addAttribute(FLEE, _("% Evade")); // xgettext:no-c-format - statusWindow->addAttribute(CRIT, _("% Critical")); + statusWindow->addAttribute(Attributes::CRIT, _("% Critical")); statusWindow->addAttribute(Attributes::ATTACK_DELAY, _("Attack Delay")); statusWindow->addAttribute(Attributes::WALK_SPEED, _("Walk Delay")); statusWindow->addAttribute(Attributes::ATTACK_RANGE, _("Attack Range")); |