Snaacky / dndserver

Dark and Darker private server implementation written in Python
The Unlicense
264 stars 60 forks source link

Character stats change while moving items in inventory #228

Closed itzandroidtab closed 1 year ago

itzandroidtab commented 1 year ago

https://github.com/Snaacky/dndserver/assets/9889898/22d0f321-7664-4614-82f2-01901d1b844e

PhazonStorm commented 1 year ago

Same as issue 209, the Unique ox pendant gets its stats re-rolled every time something is moved.

bakk-f4: "Seems that everytime we move something in the inventory, we reload the gear equipped on characters. Becouse at the moment the random properties are decided clientside (so we cannot store them into the DB). This problem should be solved in a next PR."

acoudray commented 1 year ago

209

itzandroidtab commented 1 year ago

This is fixed in #209