Post PR blocked spells formatting

This commit is contained in:
Akkadius
2019-09-01 16:51:39 -05:00
parent 206b769731
commit b8624d0488
4 changed files with 72 additions and 69 deletions
+5
View File
@@ -459,4 +459,9 @@ enum ChatChannelNames : uint16
ChatChannel_Emotes = 22
};
namespace ZoneBlockedSpellTypes {
const uint8 ZoneWide = 1;
const uint8 Region = 2;
};
#endif /*COMMON_EQ_CONSTANTS_H*/