chore(Core/MIsc): added few helpers for chat commands (#6175)

This commit is contained in:
Kargatum
2021-06-04 05:17:18 +07:00
committed by GitHub
parent 62ae4b53e6
commit 3f875674d5
3 changed files with 20 additions and 11 deletions

View File

@@ -1347,6 +1347,8 @@ public:
void LoadFactionChangeSpells();
void LoadFactionChangeTitles();
[[nodiscard]] bool IsTransportMap(uint32 mapId) const { return _transportMaps.count(mapId) != 0; }
private:
// first free id for selected id type
uint32 _auctionId; // pussywizard: accessed by a single thread