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 713dbc69b19..e0aff678fa6 100644 --- a/src/game/GossipDef.cpp +++ b/src/game/GossipDef.cpp @@ -200,7 +200,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."); + sLog.outErrorDb("Requested send not existed POI (Id: %u), ignore.",poi_id); return; } |