diff --git a/Source/Game/Chat/Commands/NPCCommands.cs b/Source/Game/Chat/Commands/NPCCommands.cs index eb8d536e4..b7f5ce6ee 100644 --- a/Source/Game/Chat/Commands/NPCCommands.cs +++ b/Source/Game/Chat/Commands/NPCCommands.cs @@ -85,10 +85,9 @@ namespace Game.Chat CreatureData data = Global.ObjectMgr.GetCreatureData(target.GetSpawnId()); if (data != null) - { handler.SendSysMessage(CypherStrings.NpcinfoPhases, data.phaseId, data.phaseGroup); - PhasingHandler.PrintToChat(handler, target.GetPhaseShift()); - } + + PhasingHandler.PrintToChat(handler, target.GetPhaseShift()); handler.SendSysMessage(CypherStrings.NpcinfoArmor, target.GetArmor()); handler.SendSysMessage(CypherStrings.NpcinfoPosition, target.GetPositionX(), target.GetPositionY(), target.GetPositionZ());