Fixed compile, thanks Lopin for pointing out

This commit is contained in:
Subv2112
2011-12-28 07:10:59 -05:00
parent d7266c3cae
commit bbfb21022f

View File

@@ -1333,7 +1333,7 @@ void SmartScript::ProcessAction(SmartScriptHolder& e, Unit* unit, uint32 var0, u
if (!targets)
return;
target = *objs->front();
target = *targets->front();
}
bool run = e.action.setRun.run ? true : false;