Skip to content

Commit

Permalink
Chat: Add readout for moveFlags to
Browse files Browse the repository at this point in the history
  • Loading branch information
killerwife committed Aug 11, 2021
1 parent 34724a8 commit ea92fa2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/game/Chat/Level3.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3833,6 +3833,7 @@ bool ChatHandler::HandleNpcInfoCommand(char* /*args*/)
PSendSysMessage("Combat Timer: %u Leashing disabled: %s", target->GetCombatManager().GetCombatTimer(), target->GetCombatManager().IsLeashingDisabled() ? "true" : "false");

PSendSysMessage("Combat Script: %s", target->AI()->GetCombatScriptStatus() ? "true" : "false");
PSendSysMessage("Movementflags: %u", target->m_movementInfo.moveFlags);

if (auto vector = sObjectMgr.GetAllRandomEntries(target->GetGUIDLow()))
{
Expand Down

0 comments on commit ea92fa2

Please sign in to comment.