Skip to content

Commit

Permalink
Core/PacketIO: Update RaidGroupError enum
Browse files Browse the repository at this point in the history
  • Loading branch information
Exxenoz authored and killerwife committed Jul 12, 2024
1 parent e5c19af commit 83a3ddf
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/game/Entities/Player.h
Original file line number Diff line number Diff line change
Expand Up @@ -307,11 +307,9 @@ typedef std::list<Item*> ItemDurationList;

enum RaidGroupError
{
ERR_RAID_GROUP_NONE = 0,
ERR_RAID_GROUP_LOWLEVEL = 1,
ERR_RAID_GROUP_ONLY = 2,
ERR_RAID_GROUP_FULL = 3,
ERR_RAID_GROUP_REQUIREMENTS_UNMATCH = 4
ERR_RAID_GROUP_NONE = 0,
ERR_RAID_GROUP_REQUIRED = 1,
ERR_RAID_GROUP_FULL = 2,
};

enum DrunkenState
Expand Down

0 comments on commit 83a3ddf

Please sign in to comment.