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 b8c8f2322..53e0636d8 100644 --- a/src/net/eathena/generalhandler.cpp +++ b/src/net/eathena/generalhandler.cpp @@ -350,7 +350,7 @@ void GeneralHandler::gameStarted() const statusWindow->addAttribute(AGI, _("Agility"), "agi", true); statusWindow->addAttribute(VIT, _("Vitality"), "vit", true); statusWindow->addAttribute(INT, _("Intelligence"), "int", true); - statusWindow->addAttribute(DEX, _("Dexterity"), "dex", true); + statusWindow->addAttribute(Attributes::DEX, _("Dexterity"), "dex", true); statusWindow->addAttribute(Attributes::LUK, _("Luck"), "luk", true); statusWindow->addAttribute(Attributes::ATK, _("Attack")); |