Files
azerothcore_installer/sql/update_ahbot_config.sql
2024-07-29 19:03:28 +00:00

4 lines
118 B
SQL
Executable File

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