Core/Misc: Fix warnings

This commit is contained in:
jackpoz
2019-07-18 21:16:28 +02:00
parent 9ed35e2108
commit a9f1dc1da7

View File

@@ -240,7 +240,7 @@ void FlightPathMovementGenerator::SetCurrentNodeAfterTeleport()
void FlightPathMovementGenerator::DoEventIfAny(Player* owner, TaxiPathNodeEntry const* node, bool departure)
{
ASSERT(node, owner->GetDebugInfo().c_str());
ASSERT(node, "%s", owner->GetDebugInfo().c_str());
if (uint32 eventid = departure ? node->DepartureEventID : node->ArrivalEventID)
{