aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rwxr-xr-xsrc/server/game/Grids/Notifiers/GridNotifiers.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/server/game/Grids/Notifiers/GridNotifiers.h b/src/server/game/Grids/Notifiers/GridNotifiers.h
index a575e3685ec..422639c603d 100755
--- a/src/server/game/Grids/Notifiers/GridNotifiers.h
+++ b/src/server/game/Grids/Notifiers/GridNotifiers.h
@@ -791,6 +791,9 @@ namespace Trinity
if (!u->isAlive())
return false;
+ if (u->GetCreatureType() == CREATURE_TYPE_NON_COMBAT_PET)
+ return false;
+
if (u->GetTypeId() == TYPEID_UNIT && ((Creature*)u)->isTotem())
return false;