diff options
author | panaut0lordv <panaut0lordv@gmail.com> | 2009-03-22 09:42:48 +0100 |
---|---|---|
committer | panaut0lordv <panaut0lordv@gmail.com> | 2009-03-22 09:42:48 +0100 |
commit | 0a58b73d7d11cb9a2717648d4f80f93a76205777 (patch) | |
tree | b4309711bd1e63be24eb98255d82628916a43298 /src/game/ObjectMgr.cpp | |
parent | 6ccf45f8a0ff87c5572498808ae74d074190273b (diff) |
Fix typo. Thanks Aokromes.
--HG--
branch : trunk
Diffstat (limited to 'src/game/ObjectMgr.cpp')
-rw-r--r-- | src/game/ObjectMgr.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/ObjectMgr.cpp b/src/game/ObjectMgr.cpp index dfd451665c2..cb8e6713b16 100644 --- a/src/game/ObjectMgr.cpp +++ b/src/game/ObjectMgr.cpp @@ -4354,7 +4354,7 @@ void ObjectMgr::LoadNpcTextLocales() bar.step(); sLog.outString(""); - sLog.outString(">> Loaded 0 Quest locale strings. DB table `locales_npc_text` is empty."); + sLog.outString(">> Loaded 0 NpcText locale strings. DB table `locales_npc_text` is empty."); return; } |