aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Texts/CreatureTextMgr.cpp
diff options
context:
space:
mode:
authorSubv <s.v.h21@hotmail.com>2012-03-05 16:45:19 -0800
committerSubv <s.v.h21@hotmail.com>2012-03-05 16:45:19 -0800
commit21086b0e0d78d7c0190b06ecafa5cd1e6b15e3c8 (patch)
treea56b4050466c669396aa3c2928bddd354c2812bc /src/server/game/Texts/CreatureTextMgr.cpp
parente1550d98e7e3bc931173e049ae2d06284f097db8 (diff)
parent96a05600c4eec194d274857547396e3f39c814d7 (diff)
Merge pull request #5572 from joschiwald/locales
Core/CreatureTextMgr
Diffstat (limited to 'src/server/game/Texts/CreatureTextMgr.cpp')
-rwxr-xr-xsrc/server/game/Texts/CreatureTextMgr.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/game/Texts/CreatureTextMgr.cpp b/src/server/game/Texts/CreatureTextMgr.cpp
index f1088f54007..1651fae9f4c 100755
--- a/src/server/game/Texts/CreatureTextMgr.cpp
+++ b/src/server/game/Texts/CreatureTextMgr.cpp
@@ -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;