mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-25 22:56:24 +00:00
refactor(Scripts/Commands): Convert commands to new system Part 1 (#8704)
This commit is contained in:
committed by
GitHub
parent
67b3ac442a
commit
fe682805ab
@@ -2510,6 +2510,7 @@ public:
|
||||
void ClearWhisperWhiteList() { WhisperList.clear(); }
|
||||
void AddWhisperWhiteList(ObjectGuid guid) { WhisperList.push_back(guid); }
|
||||
bool IsInWhisperWhiteList(ObjectGuid guid);
|
||||
void RemoveFromWhisperWhiteList(ObjectGuid guid) { WhisperList.remove(guid); }
|
||||
|
||||
bool SetDisableGravity(bool disable, bool packetOnly /* = false */) override;
|
||||
bool SetCanFly(bool apply, bool packetOnly = false) override;
|
||||
|
||||
Reference in New Issue
Block a user