mirror of
https://github.com/EQEmu/Server.git
synced 2026-04-05 19:32:25 +00:00
Add constants for waypoints
This commit is contained in:
parent
3d1dda888d
commit
0852468b88
@ -307,6 +307,14 @@ namespace EQEmu
|
|||||||
|
|
||||||
} // namespace bug
|
} // namespace bug
|
||||||
|
|
||||||
|
namespace waypoints {
|
||||||
|
enum WaypointStatus : int {
|
||||||
|
wpsRoamBoxPauseInProgress = -3,
|
||||||
|
wpsQuestControlNoGrid = -2,
|
||||||
|
wpsQuestControlGrid = -1
|
||||||
|
};
|
||||||
|
} // waypoint_status behavior
|
||||||
|
|
||||||
} /*EQEmu*/
|
} /*EQEmu*/
|
||||||
|
|
||||||
#endif /*COMMON_EMU_CONSTANTS_H*/
|
#endif /*COMMON_EMU_CONSTANTS_H*/
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user