From 2e56ee88637b361aedbc9f5d7fb3ed3c7ff67a6c Mon Sep 17 00:00:00 2001 From: Rochet2 Date: Wed, 8 Jul 2015 11:15:32 +0300 Subject: [PATCH] Fix RemoveItem documentation --- PlayerMethods.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PlayerMethods.h b/PlayerMethods.h index 9044b3e..1a6c6fe 100644 --- a/PlayerMethods.h +++ b/PlayerMethods.h @@ -3086,8 +3086,8 @@ namespace LuaPlayer /** * Removes the given amount of the specified [Item] from the player. * - * @proto item = (item, itemCount) - * @proto item = (entry, itemCount) + * @proto (item, itemCount) + * @proto (entry, itemCount) * @param [Item] item : item to remove * @param uint32 entry : entry of the item to remove * @param uint32 itemCount = 1 : amount of the item to add