mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-05 16:39:08 +01:00
Core/CreatureTextMgr: Fix typo in LoadCreatureTextLocales()
This commit is contained in:
@@ -160,7 +160,7 @@ void CreatureTextMgr::LoadCreatureTextLocales()
|
||||
for (uint8 i = 1; i < TOTAL_LOCALES; ++i)
|
||||
{
|
||||
LocaleConstant locale = LocaleConstant(i);
|
||||
ObjectMgr::AddLocaleString(fields[2 + i - 1].GetString(), locale, loc.Text);
|
||||
ObjectMgr::AddLocaleString(fields[3 + i - 1].GetString(), locale, loc.Text);
|
||||
}
|
||||
|
||||
++textCount;
|
||||
|
||||
Reference in New Issue
Block a user