mirror of
https://github.com/araxiaonline/TrinityCore2.git
synced 2026-06-14 03:53:03 -04:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user