Core/SAI: Remove SMART_ACTION_SET_DYNAMIC_FLAG (#26783)

(cherry picked from commit b3449158b1)
This commit is contained in:
offl
2021-08-08 14:30:29 +03:00
committed by Shauren
parent 74645553be
commit 842eb3bdd7
3 changed files with 1 additions and 10 deletions
@@ -1965,13 +1965,6 @@ void SmartScript::ProcessAction(SmartScriptHolder& e, Unit* unit, uint32 var0, u
target->ToGameObject()->SendCustomAnim(e.action.sendGoCustomAnim.anim);
break;
}
case SMART_ACTION_SET_DYNAMIC_FLAG:
{
for (WorldObject* target : targets)
target->SetDynamicFlags(e.action.flag.flag);
break;
}
case SMART_ACTION_ADD_DYNAMIC_FLAG:
{
for (WorldObject* target : targets)