Changeset 293

Show
Ignore:
Timestamp:
11/22/08 17:09:40 (17 years ago)
Author:
yumileroy
Message:

*Fix a typo.

Original author: megamage
Date: 2008-11-22 11:05:07-06:00

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/game/WaypointManager.cpp

    r290 r293  
    319319                else 
    320320                { 
    321                     if (!objmgr.GetMangosStringLocale(pmItr->second[i].behavior->textid[j])) 
     321                    if (!objmgr.GetTrinityStringLocale(pmItr->second[i].behavior->textid[j])) 
    322322                    { 
    323323                        sLog.outErrorDb("ERROR: Some waypoint has textid%u with not existing %u text.", j, pmItr->second[i].behavior->textid[j]);