This commit is contained in:
bash
2024-07-29 18:17:04 +00:00
parent 89a60b61e3
commit 47019a73e8
21 changed files with 343 additions and 279 deletions

6
sql/update_ahbot_config.sql Normal file → Executable file
View File

@@ -1,3 +1,3 @@
USE acore_world;
UPDATE mod_auctionhousebot
SET minitems = 30000, maxitems = 40000;
USE acore_world;
UPDATE mod_auctionhousebot
SET minitems = '{{AH_BOT_MIN_ITEMS}}', maxitems = '{{AH_BOT_MAX_ITEMS}}';