Fix RemoveItem documentation

This commit is contained in:
Rochet2
2015-07-08 11:15:32 +03:00
parent 8fdd75cf4e
commit 2e56ee8863

View File

@@ -3086,8 +3086,8 @@ namespace LuaPlayer
/** /**
* Removes the given amount of the specified [Item] from the player. * Removes the given amount of the specified [Item] from the player.
* *
* @proto item = (item, itemCount) * @proto (item, itemCount)
* @proto item = (entry, itemCount) * @proto (entry, itemCount)
* @param [Item] item : item to remove * @param [Item] item : item to remove
* @param uint32 entry : entry of the item to remove * @param uint32 entry : entry of the item to remove
* @param uint32 itemCount = 1 : amount of the item to add * @param uint32 itemCount = 1 : amount of the item to add