mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-03 11:03:47 +00:00
refactor(Core): apply clang-tidy modernize-* (#9975)
Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com>
This commit is contained in:
@@ -69,7 +69,7 @@ public:
|
||||
void ResetGhostTime() { m_time = time(nullptr); }
|
||||
[[nodiscard]] CorpseType GetType() const { return m_type; }
|
||||
|
||||
CellCoord const& GetCellCoord() const { return _cellCoord; }
|
||||
[[nodiscard]] CellCoord const& GetCellCoord() const { return _cellCoord; }
|
||||
void SetCellCoord(CellCoord const& cellCoord) { _cellCoord = cellCoord; }
|
||||
|
||||
Loot loot; // remove insignia ONLY at BG
|
||||
|
||||
Reference in New Issue
Block a user