sven-n / MuMain

76 stars 72 forks source link

ReceiveGetItem: Incorrect item name displayed on item pickup #57

Closed nitoygo closed 2 weeks ago

nitoygo commented 2 weeks ago

Steps:

image

Note: Somehow related to the following exception from before: https://github.com/sven-n/MuMain/issues/45 Previously, it was crashing, but no longer crashing now, but the 'Kris' is the common factor

nitoygo commented 2 weeks ago

Another case happened, picked up 'Orb of Twisting Slash', but it displayed 'Red Wing Helm'

image

nitoygo commented 2 weeks ago

ReceiveGetItem uses the global variable ItemKey instead of the key specified in the packet. This could lead to unexpected behavior and might actually be the cause of this bug.