aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/server/game/Entities/Object/Object.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/server/game/Entities/Object/Object.h b/src/server/game/Entities/Object/Object.h
index f310724fcd8..8b31f2ed2d0 100644
--- a/src/server/game/Entities/Object/Object.h
+++ b/src/server/game/Entities/Object/Object.h
@@ -305,9 +305,9 @@ struct FindCreatureOptions
Optional<bool> IsInCombat;
Optional<bool> IsSummon;
- bool IgnorePhases;
- bool IgnoreNotOwnedPrivateObjects;
- bool IgnorePrivateObjects;
+ bool IgnorePhases = false;
+ bool IgnoreNotOwnedPrivateObjects = true;
+ bool IgnorePrivateObjects = false;
Optional<uint32> AuraSpellId;
Optional<ObjectGuid> OwnerGuid;