Skip to content

Commit

Permalink
I don't like drycoding. It's coarse and rough and irritating and it g…
Browse files Browse the repository at this point in the history
…ets everywhere.

(cherry picked from commit d418406)
  • Loading branch information
Treeston authored and Shauren committed Apr 8, 2016
1 parent b2e4a96 commit 9e07adc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/game/AI/SmartScripts/SmartAI.cpp
Expand Up @@ -467,7 +467,7 @@ bool SmartAI::CanAIAttack(const Unit* /*who*/) const
bool SmartAI::AssistPlayerInCombat(Unit* who)
{
if (me->HasReactState(REACT_PASSIVE))
return;
return false;

if (!who || !who->GetVictim())
return false;
Expand Down

0 comments on commit 9e07adc

Please sign in to comment.