Core/Units: Cleanup hardcoded magic numbers for byte field offsets

This commit is contained in:
Shauren
2016-12-13 20:58:22 +01:00
parent 137b250857
commit ac1dc758b9
29 changed files with 118 additions and 116 deletions
+1 -1
View File
@@ -3829,7 +3829,7 @@ public:
if (!target)
return;
target->SetByteValue(UNIT_FIELD_BYTES_1, 0, UNIT_STAND_STATE_STAND);
target->SetStandState(UNIT_STAND_STATE_STAND);
target->HandleEmoteCommand(EMOTE_STATE_NONE);
}