Thanks to Rubenicos for the help with this update.
You must add this to your configuration otherwise you may get errors:
- Added channel redis configuration
Code:sql: storage: "MYSQL" username: "root" password: "" host: "127.0.0.1" port: 3306 database: "zauctionhouse" redis: channel: prefix: "auctionhouse:" main: "auctionhouse:messaging" inventory: "auctionhouse:inventories" transaction: "auctionhouse:transactions" host: "127.0.0.1" port: 6379 password: "" poolConfig: maxTotal: 128 maxIdle: 128 minIdle: 16
Fixed a bug with players on different servers.
Deactivation of the obligation to have the ah claim activated.
