From c24248fabdaa4cb63297973d9a0f744c82b99335 Mon Sep 17 00:00:00 2001 From: Subv2112 Date: Sun, 22 Jan 2012 10:46:32 -0500 Subject: Core/SAI: Allow SMART_ACTION_SEND_TARGET_TO_TARGET to target multiple targets at once, thanks Shauren --- src/server/game/AI/SmartScripts/SmartScript.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/server') diff --git a/src/server/game/AI/SmartScripts/SmartScript.cpp b/src/server/game/AI/SmartScripts/SmartScript.cpp index 5a235e1e1e4..0266ee45f28 100644 --- a/src/server/game/AI/SmartScripts/SmartScript.cpp +++ b/src/server/game/AI/SmartScripts/SmartScript.cpp @@ -1814,8 +1814,6 @@ void SmartScript::ProcessAction(SmartScriptHolder& e, Unit* unit, uint32 var0, u ai->GetScript()->StoreTargetList(GetTargetList(e.action.sendTargetToTarget.id), e.action.sendTargetToTarget.id); else sLog->outErrorDb("SmartScript: Action target for SMART_ACTION_SEND_TARGET_TO_TARGET is not using SmartAI, skipping"); - - break; } delete targets; -- cgit v1.2.3