mirror of
https://github.com/EQEmu/Server.git
synced 2026-02-16 17:02:28 +00:00
Add constants for waypoints
This commit is contained in:
parent
3d1dda888d
commit
0852468b88
@ -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*/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user