MUnique / OpenMU

This project aims to create an easy to use, extendable and customizable server for a MMORPG called "MU Online".
https://munique.net
MIT License
743 stars 325 forks source link

Appearance Serializer for character does not include ancient options #511

Closed nitoygo closed 1 month ago

nitoygo commented 1 month ago

Describe the bug Appearance Serializer for own character and other players in scope does not include ancient items

To Reproduce Steps to reproduce the behavior:

  1. Login 'ancient'
  2. Select any character
  3. Check character appearance
  4. // Notice that the armor does not have ancient set aura
  5. Switch/reload character
  6. // Notice that the armor now show ancient set aura

Expected behavior Ancient set aura should be shown always if complete

Additional context

sven-n commented 1 month ago

Thanks for pointing that out - I wasn't aware of this issue 🙈

nitoygo commented 1 month ago

Sure thing. I'm just familiarizing myself with the source code :D Is it somewhere related to here? image

I'm just guessing. The code base is too huge for me to organize things in my head. LOL