mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-29 16:43:47 +00:00
chore(Core/MIsc): added few helpers for chat commands (#6175)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user