diff options
author | Peter Keresztes Schmidt <carbenium@outlook.com> | 2020-08-20 00:46:52 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-20 00:46:52 +0200 |
commit | 4286e7aa02e777268b25d8a5bcc1ee87f7b16c4d (patch) | |
tree | 13c9a4c4be3ae749a0301f0e397051a98a10f339 /src/server/game/Instances/InstanceScript.h | |
parent | 9c9e8c7d58cd0e939330089cfb555945ebbf73eb (diff) |
Core/ChatCommands: Check whether a passed numeric enum value is valid (#25285)
Diffstat (limited to 'src/server/game/Instances/InstanceScript.h')
-rw-r--r-- | src/server/game/Instances/InstanceScript.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/server/game/Instances/InstanceScript.h b/src/server/game/Instances/InstanceScript.h index 96b2a9f2245..5b6846ec562 100644 --- a/src/server/game/Instances/InstanceScript.h +++ b/src/server/game/Instances/InstanceScript.h @@ -64,6 +64,7 @@ enum EncounterFrameType ENCOUNTER_FRAME_UNK7 = 7 // Seems to have something to do with sorting the encounter units }; +// EnumUtils: DESCRIBE THIS enum EncounterState { NOT_STARTED = 0, |