Files
azerothcore_installer/sql/update_ahbot_config.sql
2024-07-29 18:17:04 +00:00

4 lines
121 B
SQL
Executable File

USE acore_world;
UPDATE mod_auctionhousebot
SET minitems = '{{AH_BOT_MIN_ITEMS}}', maxitems = '{{AH_BOT_MAX_ITEMS}}';