mirror of
https://github.com/azerothcore/mod-ale
synced 2025-11-29 15:38:17 +08:00
Fix RemoveItem documentation
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user