mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-17 03:08:26 +00:00
Add constants for waypoints
This commit is contained in:
@@ -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*/
|
||||
|
||||
Reference in New Issue
Block a user