diff options
author | megamage <none@none> | 2008-11-22 11:05:07 -0600 |
---|---|---|
committer | megamage <none@none> | 2008-11-22 11:05:07 -0600 |
commit | 57f39315565b6916affcf6c70a4a4d7255a33b02 (patch) | |
tree | a38c48f44878b28d6386967a65c81f7f5cecc753 /src/game/WaypointManager.cpp | |
parent | a0ef1aa89ba949dfeffbf3c3e0322fd52674da29 (diff) |
*Fix a typo.
--HG--
branch : trunk
Diffstat (limited to 'src/game/WaypointManager.cpp')
-rw-r--r-- | src/game/WaypointManager.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/WaypointManager.cpp b/src/game/WaypointManager.cpp index bd0d0635de4..831f616060b 100644 --- a/src/game/WaypointManager.cpp +++ b/src/game/WaypointManager.cpp @@ -318,7 +318,7 @@ void WaypointManager::CheckTextsExistance(std::set<int32>& ids) } else { - if (!objmgr.GetMangosStringLocale(pmItr->second[i].behavior->textid[j])) + if (!objmgr.GetTrinityStringLocale(pmItr->second[i].behavior->textid[j])) { sLog.outErrorDb("ERROR: Some waypoint has textid%u with not existing %u text.", j, pmItr->second[i].behavior->textid[j]); pmItr->second[i].behavior->textid[j] = 0; |