Suprcode / Zircon

Legend of Mir 3 - Official Public Zircon Source
337 stars 256 forks source link

linking items to chat in character menu #139

Closed trancefied closed 4 months ago

trancefied commented 6 months ago

whenever I try to link an item that's equipped in character menu to chat, server would crash instantly. providing the info (see photo please) in server system log. Capture1

trancefied commented 6 months ago

fixed by adding item = Equipment.FirstOrDefault(e => e != null && e.Index == itemIndex);

Suprcode commented 6 months ago

Please keep issues open until they've been fixed in the public source