diff options
Diffstat (limited to 'src/game/BattleGround.h')
| -rw-r--r-- | src/game/BattleGround.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/game/BattleGround.h b/src/game/BattleGround.h index 467798d7890..007f7a642dd 100644 --- a/src/game/BattleGround.h +++ b/src/game/BattleGround.h @@ -71,6 +71,12 @@ enum BattleGroundMarksCount ITEM_LOSER_COUNT = 1 }; +enum BattleGroundCreatures +{ + BG_CREATURE_ENTRY_A_SPIRITGUIDE = 13116, // alliance + BG_CREATURE_ENTRY_H_SPIRITGUIDE = 13117, // horde +}; + enum BattleGroundSpells { SPELL_WAITING_FOR_RESURRECT = 2584, // Waiting to Resurrect |
