rathena/sql-files/upgrades/upgrade_20220204.sql
Lemongrass3110 6ccf15330e
Added support for unlimited supplies in market shops (#6571)
Fixes #6569

Thanks to @JohnnyPlayy, @Balferian and @Toshiro90

Co-authored-by: Aleos <aleos89@users.noreply.github.com>
2022-02-04 16:17:30 +01:00

4 lines
56 B
SQL

ALTER TABLE `market`
MODIFY `amount` INT(11) NOT NULL
;