Adjust constants

This commit is contained in:
Akkadius
2019-03-25 18:24:16 -05:00
parent 03458b88a4
commit 850b32f2ca
3 changed files with 44 additions and 45 deletions
+5 -7
View File
@@ -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*/