mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 22:58:34 +00:00
Adjust constants
This commit is contained in:
@@ -307,13 +307,11 @@ namespace EQEmu
|
||||
|
||||
} // namespace bug
|
||||
|
||||
namespace waypoints {
|
||||
enum WaypointStatus : int {
|
||||
wpsRoamBoxPauseInProgress = -3,
|
||||
wpsQuestControlNoGrid = -2,
|
||||
wpsQuestControlGrid = -1
|
||||
};
|
||||
} // waypoint_status behavior
|
||||
enum WaypointStatus : int {
|
||||
RoamBoxPauseInProgress = -3,
|
||||
QuestControlNoGrid = -2,
|
||||
QuestControlGrid = -1
|
||||
};
|
||||
|
||||
} /*EQEmu*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user