mirror of
https://github.com/hermensbas/azerothcore_installer.git
synced 2026-01-13 16:39:07 +00:00
4 lines
118 B
SQL
Executable File
4 lines
118 B
SQL
Executable File
USE acore_world;
|
|
UPDATE mod_auctionhousebot
|
|
SET minitems = '{{AH_BOT_MIN_ITEMS}}', maxitems = '{{AH_BOT_MAX_ITEMS}}';
|