mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-18 14:10:18 -04:00
Core/SAI: Remove SMART_ACTION_SET_DYNAMIC_FLAG (#26783)
(cherry picked from commit b3449158b1)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user