Core/Misc: Removed oldTotal from LocaleConstant

This commit is contained in:
hondacrx
2018-12-24 01:01:29 -05:00
parent f414068883
commit 581d0fd1ff
5 changed files with 5 additions and 8 deletions
@@ -169,7 +169,7 @@ namespace Game.DataStorage
if (preparedStatementLocale == 0)
return;
for (LocaleConstant locale = 0; locale < LocaleConstant.OldTotal; ++locale)
for (LocaleConstant locale = 0; locale < LocaleConstant.Total; ++locale)
{
if (Global.WorldMgr.GetDefaultDbcLocale() == locale || locale == LocaleConstant.None)
continue;