Skip to content

Commit

Permalink
fix: typo nodiscord (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
sogladev authored Dec 27, 2024
1 parent 8848e7d commit aa8c6b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ZoneDifficulty.h
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ class ZoneDifficulty
bool HasMythicmode(int8 mode) { return (mode & MODE_HARD) == MODE_HARD; }
bool HasCompletedFullTier(uint32 category, uint32 playerGUID);
bool OverrideModeMatches(uint32 instanceId, uint32 spellId, uint32 mapId);
[[nodiscord]] bool CheckCompletionStatus(Creature* creature, Player* player, uint32 category) const;
[[nodiscard]] bool CheckCompletionStatus(Creature* creature, Player* player, uint32 category) const;
[[nodiscard]] bool IsValidNerfTarget(Unit* target);
[[nodiscard]] bool VectorContainsUint32(std::vector<uint32> vec, uint32 element);
[[nodiscard]] bool IsMythicmodeMap(uint32 mapid);
Expand Down

0 comments on commit aa8c6b4

Please sign in to comment.