Scripting/Stand spell: Remove UNIT_FIELD_FLAGS change from spell script.

This commit is contained in:
Malcrom
2014-09-14 12:37:04 -02:30
parent 16f0f05d44
commit 14367ca8c0
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -3697,8 +3697,8 @@ public:
if (!target)
return;
target->RemoveFlag(UNIT_FIELD_FLAGS, UNIT_FLAG_NOT_SELECTABLE);
target->SetByteValue(UNIT_FIELD_BYTES_1, 0, UNIT_STAND_STATE_STAND);
target->HandleEmoteCommand(EMOTE_STATE_NONE);
}
void Register() override