Core/Chat: Load chat language data from db2 and implement serverside chat translations
Port From (https://github.com/TrinityCore/TrinityCore/commit/3b578fc6b95bfc812962fcef7930d8646016d184)
This commit is contained in:
@@ -2188,6 +2188,9 @@ namespace Game.Entities
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
if (effect.Effect == (int)SpellEffectName.Language)
|
||||
Global.LanguageMgr.LoadSpellEffectLanguage(effect);
|
||||
}
|
||||
|
||||
foreach (SpellAuraOptionsRecord auraOptions in CliDB.SpellAuraOptionsStorage.Values)
|
||||
|
||||
Reference in New Issue
Block a user