Scripts/Commands: fix .learn all recipes
Port From (https://github.com/TrinityCore/TrinityCore/commit/59889d926d7c3d4a57afa357f25f69c0c8dea7bb)
This commit is contained in:
@@ -185,9 +185,6 @@ namespace Game.Chat.Commands
|
|||||||
locale = 0;
|
locale = 0;
|
||||||
for (; locale < Locale.Total; ++locale)
|
for (; locale < Locale.Total; ++locale)
|
||||||
{
|
{
|
||||||
if (locale == handler.GetSessionDbcLocale())
|
|
||||||
continue;
|
|
||||||
|
|
||||||
name = skillInfo.DisplayName[locale];
|
name = skillInfo.DisplayName[locale];
|
||||||
if (name.IsEmpty())
|
if (name.IsEmpty())
|
||||||
continue;
|
continue;
|
||||||
|
|||||||
Reference in New Issue
Block a user