diff options
author | malcrom <none@none> | 2010-05-18 14:22:51 -0230 |
---|---|---|
committer | malcrom <none@none> | 2010-05-18 14:22:51 -0230 |
commit | 2b7d92a40198f51d37f705adc160c356a391d092 (patch) | |
tree | f29436ae7a7ea0942270d3e6e80c00bf1702dd5f /src/game/GossipDef.cpp | |
parent | d1b9a54951168388cc540e0160193d13186bb29e (diff) |
Some more engrish to english logerror updates.
--HG--
branch : trunk
Diffstat (limited to 'src/game/GossipDef.cpp')
-rw-r--r-- | src/game/GossipDef.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/GossipDef.cpp b/src/game/GossipDef.cpp index f72ae563622..8060b05c54a 100644 --- a/src/game/GossipDef.cpp +++ b/src/game/GossipDef.cpp @@ -208,7 +208,7 @@ void PlayerMenu::SendPointOfInterest(uint32 poi_id) PointOfInterest const* poi = objmgr.GetPointOfInterest(poi_id); if (!poi) { - sLog.outErrorDb("Requested send not existed POI (Id: %u), ignore.",poi_id); + sLog.outErrorDb("Request to send non-existing POI (Id: %u), ignored.",poi_id); return; } |