[x] I have checked the commit log to see if the issue has been resolved since my server was last updated
[x] This issue occurs on release branch (if other branch, please specify)
Additional Information (Steps to reproduce/Expected behavior) :
when using the gm command !giveItem 21750 (this is the rare/ex lvl 119 guttler bst axe) and you already have it, the game will correctly print the "You cannot posses more than one of that item", but then will incorrectly send the message "Obtained: guttler"
Issue only exists with the GM command. messageSpecial for ITEM_OBTAINED is called so long as there are free slots in the player's inventory. Since it is rare, this is not accounted for.
release
branch (if other branch, please specify)Additional Information (Steps to reproduce/Expected behavior) : when using the gm command !giveItem 21750 (this is the rare/ex lvl 119 guttler bst axe) and you already have it, the game will correctly print the "You cannot posses more than one of that item", but then will incorrectly send the message "Obtained: guttler"