GMCP Drop Item

When I drop an item, I get the following GMCP responses:
Char.Items.Update { "location": "inv", "item": { "id": "463495", "name": "the corpse of a baby rat", "icon": "deadbody" } }
Char.Items.Add { "location": "room", "item": { "id": "463495", "name": "the corpse of a baby rat", "icon": "deadbody" } }

I would have not have expected to see Char.Items.Update, but I thought I'd get Char.Items.Remove
i.e.
Char.Items.Remove { "location": "inv", "item": { "id": "463495", "name": "the corpse of a baby rat", "icon": "deadbody" } }
Char.Items.Add { "location": "room", "item": { "id": "463495", "name": "the corpse of a baby rat", "icon": "deadbody" } }

Or am I missing something?

Comments

Sign In or Register to comment.