diff options
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; } |