Core/SmartAI: removed depricated WP_LOAD, small fix to run-walk states when escorting, fix for escort invoker range check if no targets set

--HG--
branch : trunk
This commit is contained in:
Rat
2010-11-16 00:13:47 +01:00
parent 9abf7f98b3
commit 8bb215d938
4 changed files with 9 additions and 16 deletions

View File

@@ -835,12 +835,6 @@ void SmartScript::ProcessAction(SmartScriptHolder &e, Unit* unit, uint32 var0, u
CAST_AI(SmartAI, me->AI())->SetSwimm(e.action.setSwimm.swimm ? true : false);
break;
}
case SMART_ACTION_WP_LOAD:
{
if (!me) return;
uint32 entry = e.action.wpLoad.id;
break;
}
case SMART_ACTION_WP_START:
{
if (!IsSmart()) return;