Core/Misc: Fix warnings
(cherry picked from commit a9f1dc1da72e217874a5191d7740ebec36803b3e)
This commit is contained in:
@@ -246,7 +246,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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user