mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 08:55:32 +01:00
Fixed compile, thanks Lopin for pointing out
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user