We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8848e7d commit aa8c6b4Copy full SHA for aa8c6b4
src/ZoneDifficulty.h
@@ -174,7 +174,7 @@ class ZoneDifficulty
174
bool HasMythicmode(int8 mode) { return (mode & MODE_HARD) == MODE_HARD; }
175
bool HasCompletedFullTier(uint32 category, uint32 playerGUID);
176
bool OverrideModeMatches(uint32 instanceId, uint32 spellId, uint32 mapId);
177
- [[nodiscord]] bool CheckCompletionStatus(Creature* creature, Player* player, uint32 category) const;
+ [[nodiscard]] bool CheckCompletionStatus(Creature* creature, Player* player, uint32 category) const;
178
[[nodiscard]] bool IsValidNerfTarget(Unit* target);
179
[[nodiscard]] bool VectorContainsUint32(std::vector<uint32> vec, uint32 element);
180
[[nodiscard]] bool IsMythicmodeMap(uint32 mapid);
0 commit comments