mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-02 23:40:26 +00:00
Warning fixes, general cleanup (#5053)
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
class CheatManager;
|
||||
class Client;
|
||||
|
||||
typedef enum {
|
||||
enum UpdateMovementType {
|
||||
Collision = 1,
|
||||
TeleportB,
|
||||
TeleportA,
|
||||
@@ -37,18 +37,18 @@ typedef enum {
|
||||
SpellA, // Titanium - UF
|
||||
Unknown0x8,
|
||||
SpellB // Used in RoF+
|
||||
} UpdateMovementType;
|
||||
};
|
||||
|
||||
typedef enum {
|
||||
enum ExemptionType {
|
||||
ShadowStep,
|
||||
KnockBack,
|
||||
Port,
|
||||
Assist,
|
||||
Sense,
|
||||
MAX_EXEMPTIONS
|
||||
} ExemptionType;
|
||||
};
|
||||
|
||||
typedef enum {
|
||||
enum CheatTypes {
|
||||
MQWarp,
|
||||
MQWarpShadowStep,
|
||||
MQWarpKnockBack,
|
||||
@@ -59,7 +59,7 @@ typedef enum {
|
||||
MQGhost,
|
||||
MQFastMem,
|
||||
MQWarpAbsolute
|
||||
} CheatTypes;
|
||||
};
|
||||
|
||||
class CheatManager {
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user