mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-03 21:56:36 +00:00
Warning fixes, general cleanup (#5053)
This commit is contained in:
+2
-2
@@ -38,10 +38,10 @@
|
||||
#define RELOADTASKS 0
|
||||
#define RELOADTASKSETS 2
|
||||
|
||||
typedef enum {
|
||||
enum TaskMethodType {
|
||||
METHODSINGLEID = 0,
|
||||
METHODQUEST = 2
|
||||
} TaskMethodType;
|
||||
};
|
||||
|
||||
enum class TaskActivityType : int32_t // task element/objective
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user