mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-23 16:42:13 +00:00
Increases the cost of all free loadout items to 1. Currently all loadout items in all possible loadout variants (3) are json_encoded into a single string. Somewhere along the way to the db server the query string is cut off after a certain length. -> Thats why we have a limit of 3 loadout variants and dont allow 0 point loadout items as they can cause errors when saving due to exceeding that query string length. Co-authored-by: Werner <Arrow768@users.noreply.github.com>