summaryrefslogtreecommitdiff
path: root/src/net/eathena/generalhandler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/eathena/generalhandler.cpp')
-rw-r--r--src/net/eathena/generalhandler.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/net/eathena/generalhandler.cpp b/src/net/eathena/generalhandler.cpp
index 53e0636d8..d807654c0 100644
--- a/src/net/eathena/generalhandler.cpp
+++ b/src/net/eathena/generalhandler.cpp
@@ -349,7 +349,8 @@ void GeneralHandler::gameStarted() const
statusWindow->addAttribute(STR, _("Strength"), "str", true);
statusWindow->addAttribute(AGI, _("Agility"), "agi", true);
statusWindow->addAttribute(VIT, _("Vitality"), "vit", true);
- statusWindow->addAttribute(INT, _("Intelligence"), "int", true);
+ statusWindow->addAttribute(Attributes::INT,
+ _("Intelligence"), "int", true);
statusWindow->addAttribute(Attributes::DEX, _("Dexterity"), "dex", true);
statusWindow->addAttribute(Attributes::LUK, _("Luck"), "luk", true);