feat(Core/Conditions): Implement CONDITION_SOURCE_CREATURE_VISIBILITY (#10208)

This commit is contained in:
Skjalf
2022-01-17 06:05:32 -03:00
committed by GitHub
parent 0f2c092df7
commit fe4899202d
2 changed files with 18 additions and 3 deletions

View File

@@ -149,7 +149,8 @@ enum ConditionSourceType
CONDITION_SOURCE_TYPE_GRAVEYARD = 27, // don't use on 3.3.5a
CONDITION_SOURCE_TYPE_PLAYER_LOOT_TEMPLATE = 28,
CONDITION_SOURCE_TYPE_CREATURE_RESPAWN = 29,
CONDITION_SOURCE_TYPE_MAX = 30 // placeholder
CONDITION_SOURCE_TYPE_CREATURE_VISIBILITY = 30,
CONDITION_SOURCE_TYPE_MAX = 31 // placeholder
};
enum RelationType