diff options
Diffstat (limited to 'src/game/GridNotifiers.h')
-rw-r--r-- | src/game/GridNotifiers.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/game/GridNotifiers.h b/src/game/GridNotifiers.h index 3561f30861c..6b4dd39306c 100644 --- a/src/game/GridNotifiers.h +++ b/src/game/GridNotifiers.h @@ -783,6 +783,9 @@ namespace Trinity if(u->getFaction() != i_funit->getFaction() ) return false; + if(!u->isAggressive()) + return false; + // only free creature if( u->GetCharmerOrOwnerGUID() ) return false; |