diff --git a/src/server/scripts/Commands/cs_learn.cpp b/src/server/scripts/Commands/cs_learn.cpp index 48dd1b6cdec..837245a290c 100644 --- a/src/server/scripts/Commands/cs_learn.cpp +++ b/src/server/scripts/Commands/cs_learn.cpp @@ -393,9 +393,6 @@ public: LocaleConstant locale = LOCALE_enUS; for (; locale < TOTAL_LOCALES; locale = LocaleConstant(locale + 1)) { - if (locale == handler->GetSessionDbcLocale()) - continue; - name = skillInfo->DisplayName[locale]; if (!name || !*name) continue;