Core/AI: English correction thanks u2blah for pointing

This commit is contained in:
Fredi Machado
2011-08-21 00:07:38 -03:00
parent 78e10e9cd0
commit 73b1448f29
5 changed files with 9 additions and 9 deletions

View File

@@ -1212,12 +1212,12 @@ void SmartScript::ProcessAction(SmartScriptHolder& e, Unit* unit, uint32 var0, u
CAST_AI(SmartAI, me->AI())->SetRun(e.action.setRun.run ? true : false);
break;
}
case SMART_ACTION_SET_SWIMM:
case SMART_ACTION_SET_SWIM:
{
if (!IsSmart())
return;
CAST_AI(SmartAI, me->AI())->SetSwimm(e.action.setSwimm.swimm ? true : false);
CAST_AI(SmartAI, me->AI())->SetSwim(e.action.setSwim.swim ? true : false);
break;
}
case SMART_ACTION_WP_START: