매크로 : 

/run PAPERDOLL_STATCATEGORIES[1].stats[7] = { stat = "MOVESPEED" };
/run hooksecurefunc("PaperDollFrame_SetMovementSpeed", function(statFrame, unit) statFrame:Show() end);

매번 와우 키거나 reload하실 때마다 실행해 주시면 됩니다


애드온 : 

PAPERDOLL_STATCATEGORIES[1].stats[7] = { stat = "MOVESPEED" };
hooksecurefunc("PaperDollFrame_SetMovementSpeed", function(statFrame, unit)
statFrame:Show()
end)

그게 귀찮으시면 아무 애드온에나 이걸 추가해 주시면 됩니다.