feat(Core/Commands): Gear (#7717)

This commit is contained in:
IntelligentQuantum
2021-09-12 14:49:14 +04:30
committed by GitHub
parent 1465a659ec
commit e6143a1efd
6 changed files with 83 additions and 2 deletions

View File

@@ -2525,6 +2525,8 @@ public:
float GetSightRange(const WorldObject* target = nullptr) const override;
std::string GetPlayerName();
protected:
// Gamemaster whisper whitelist
WhisperListContainer WhisperList;