Skip to content

Commit

Permalink
SpawnGroup: Fix flag collision
Browse files Browse the repository at this point in the history
  • Loading branch information
killerwife committed Mar 1, 2024
1 parent 5ceaaf2 commit 3f0f2ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/game/Maps/SpawnGroupDefines.h
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ enum CreatureGroupFlags
CREATURE_GROUP_RESPAWN_TOGETHER = 0x02,
CREATURE_GROUP_EVADE_TOGETHER = 0x04,
// SPAWN_GROUP_DESPAWN_ON_COND_FAIL
CREATURE_GROUP_FORMATION_MIRRORING = 0x08, // mirrors position during linear path movement
CREATURE_GROUP_FORMATION_MIRRORING = 0x10, // mirrors position during linear path movement
};

enum CreatureGroupEvent : uint32
Expand Down

0 comments on commit 3f0f2ef

Please sign in to comment.