fix(Scripts/SmartAI): Warlock Doomguard quest Suppression (#25655)

This commit is contained in:
sogladev
2026-04-30 00:06:22 +02:00
committed by GitHub
parent 5be8a8a8ac
commit 6eafa116cd
2 changed files with 26 additions and 2 deletions
@@ -3082,9 +3082,9 @@ void SmartScript::ProcessAction(SmartScriptHolder& e, Unit* unit, uint32 var0, u
for (WorldObject* target : targets)
{
if (IsUnit(target))
{
target->ToUnit()->SetObjectScale(scale);
}
else if (IsGameObject(target))
target->ToGameObject()->SetObjectScale(scale);
}
break;
}