Skip to content

Commit

Permalink
Add constants for waypoints
Browse files Browse the repository at this point in the history
  • Loading branch information
noudess committed Mar 25, 2019
1 parent 3d1dda8 commit 0852468
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions common/emu_constants.h
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,14 @@ namespace EQEmu

} // namespace bug

namespace waypoints {
enum WaypointStatus : int {
wpsRoamBoxPauseInProgress = -3,
wpsQuestControlNoGrid = -2,
wpsQuestControlGrid = -1
};
} // waypoint_status behavior

} /*EQEmu*/

#endif /*COMMON_EMU_CONSTANTS_H*/
Expand Down

0 comments on commit 0852468

Please sign in to comment.