EQMacEmu / Server

Other
28 stars 96 forks source link

Fix zone crash bug in iteminfo command #56

Closed nazwadi closed 1 month ago

nazwadi commented 1 month ago

This change fixes a zone crash that will occur if the #iteminfo command is used without an item on the user's cursor. When there is no item on the cursor, inst becomes a nullptr and the next instruction results in a nullptr dereference which crashes the zone process.