mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-07-02 02:24:21 +00:00
dc8641c13f
The send/trade-route resource fields were capped at maxlength="5", limiting input to 99,999 per resource. On high-speed servers a single convoy carries far more (e.g. Teutons: 1000 x speed), so players could not fill their merchants. Raise the cap to maxlength="9" (~1 billion), which covers any server speed. The server already validates against available resources and merchant capacity, so no server-side change is needed and no over-send is possible. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>