DarkstarProject / darkstar

DEPRECATED - FFXI Server Emulator - See Project Topaz
https://github.com/project-topaz/topaz
GNU General Public License v3.0
455 stars 550 forks source link

Fix AH 7-item limit not being enforced correctly #6426

Closed Kreidos closed 4 years ago

Kreidos commented 4 years ago

AH listing count is now checked at every sale, and not just the cached value from the last time player viewed their Sale History.

As previously discussed, the limit is enforced on the client so there's no reason to make it a configurable value.

Fixes #2673

Kreidos commented 4 years ago

This would also alleviate a common cause of #3425, where players can list way too many items and overflow their mailboxes.