mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-02 10:33:46 +00:00
refactor(Core/WorldState): Initial addition of world state definition file. (#21875)
Many world states had their enums from script's header and hardcoded values to their respective header file (WorldStateDefines.h) Co-authored-by: Jelle Meeus <sogladev@gmail.com>
This commit is contained in:
@@ -38,12 +38,6 @@ enum ArenaSpellIds
|
||||
SPELL_LAST_MAN_STANDING = 26549 // Achievement Credit
|
||||
};
|
||||
|
||||
enum ArenaWorldStates
|
||||
{
|
||||
ARENA_WORLD_STATE_ALIVE_PLAYERS_GREEN = 3600,
|
||||
ARENA_WORLD_STATE_ALIVE_PLAYERS_GOLD = 3601
|
||||
};
|
||||
|
||||
class AC_GAME_API Arena : public Battleground
|
||||
{
|
||||
protected:
|
||||
|
||||
Reference in New Issue
Block a user