Snaacky / dndserver

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

Unique Ox Pendant causes random stat changes when inventory is manipulated #209

Closed PhazonStorm closed 1 year ago

PhazonStorm commented 1 year ago

This might be isolated to the item itself, but I figure I'd post about it anyway. This only occurs when the pendant is equipped on the character, and not when it's in the stash or character inventory. Moving anything to any other grid space is what causes it.

Bakk-f4 commented 1 year ago

image image 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.

Snaacky commented 1 year ago

Fixed in #223