You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, containers (e.g. bags, item 97, weight 100) can be thrown from map to map over ten tiles. This is not intended. Potentially, containers are treated incorrectly, example of a line with an exception for containers:
Items beyond weight 99 cannot be thrown over more than two tiles from a showcase to the map or from map to map.
https://github.com/Illarion-eV/Illarion-Server/blob/master/src/WorldIMPLItemMoves.cpp#L487
However, containers (e.g. bags, item 97, weight 100) can be thrown from map to map over ten tiles. This is not intended. Potentially, containers are treated incorrectly, example of a line with an exception for containers:
https://github.com/Illarion-eV/Illarion-Server/blob/master/src/WorldIMPLItemMoves.cpp#L1240
Note that the maximum throwing range of two tiles works for showcase to map for containers.
The text was updated successfully, but these errors were encountered: