Add stack count management

Implement stack management based on ration by item type
This commit is contained in:
NathanHandley
2023-11-13 17:51:29 -06:00
parent 3ff89bda20
commit a107bdb37c
2 changed files with 39 additions and 7 deletions

View File

@@ -1231,6 +1231,7 @@ private:
time_t _lastrun_n;
inline uint32 minValue(uint32 a, uint32 b) { return a <= b ? a : b; };
uint32 GetStackSizeForItem(ItemTemplate const* itemProto) const;
void addNewAuctions(Player *AHBplayer, AHBConfig *config);
void addNewAuctionBuyerBotBid(Player *AHBplayer, AHBConfig *config, WorldSession *session);