mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-25 19:31:59 +01:00
Core/Misc: added underlying type to SpellMissInfo
This commit is contained in:
@@ -1754,7 +1754,7 @@ enum Targets
|
||||
TOTAL_SPELL_TARGETS
|
||||
};
|
||||
|
||||
enum SpellMissInfo
|
||||
enum SpellMissInfo : uint8
|
||||
{
|
||||
SPELL_MISS_NONE = 0,
|
||||
SPELL_MISS_MISS = 1,
|
||||
|
||||
Reference in New Issue
Block a user