From 57f39315565b6916affcf6c70a4a4d7255a33b02 Mon Sep 17 00:00:00 2001 From: megamage Date: Sat, 22 Nov 2008 11:05:07 -0600 Subject: *Fix a typo. --HG-- branch : trunk --- src/game/WaypointManager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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& 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; -- cgit v1.2.3