Skip to content

Commit

Permalink
Update src/server/game/Server/WorldSession.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Machiavell1 committed Mar 17, 2012
1 parent 80975fa commit 5d2d2a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/game/Server/WorldSession.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -812,7 +812,7 @@ void WorldSession::ReadMovementInfo(WorldPacket &data, MovementInfo* mi)
{ \
sLog->outDebug(LOG_FILTER_UNITS, "WorldSession::ReadMovementInfo: Violation of MovementFlags found. "
"MovementFlags: %u, MovementFlags2: %u for player GUID: %u. Player will not be relocated.",
mi->GetMovementFlags(), mi->GetExtraMovementFlags(), GetPlayer()->GetGUIDLow());
mi->GetMovementFlags(), mi->GetExtraMovementFlags(), GetPlayer()->GetGUIDLow()); \
mi->Violated = true; \
return; \
} \
Expand Down

0 comments on commit 5d2d2a5

Please sign in to comment.