Core/Misc: added underlying type to SpellMissInfo

This commit is contained in:
Ovahlord
2020-11-05 17:43:06 +01:00
parent 3b2ef0ec45
commit a9a1b225ff

View File

@@ -1754,7 +1754,7 @@ enum Targets
TOTAL_SPELL_TARGETS
};
enum SpellMissInfo
enum SpellMissInfo : uint8
{
SPELL_MISS_NONE = 0,
SPELL_MISS_MISS = 1,