mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 08:28:32 +01:00
Core/Creatures: reduce the allowed amount of tappers from 5 down to 1
This commit is contained in:
@@ -60,7 +60,7 @@ enum class VendorInventoryReason : uint8
|
||||
};
|
||||
|
||||
static constexpr uint8 WILD_BATTLE_PET_DEFAULT_LEVEL = 1;
|
||||
static constexpr size_t CREATURE_TAPPERS_SOFT_CAP = 5;
|
||||
static constexpr size_t CREATURE_TAPPERS_SOFT_CAP = 1; // Classic Only - only allow one tapper at a time
|
||||
|
||||
//used for handling non-repeatable random texts
|
||||
typedef std::vector<uint8> CreatureTextRepeatIds;
|
||||
|
||||
Reference in New Issue
Block a user