mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 18:15:31 +01:00
Core/Misc: Fix warnings
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user