From 178b1515f0552f03dc8a685f7ec8c2e70a109831 Mon Sep 17 00:00:00 2001 From: Alex Date: Thu, 20 Jun 2013 10:37:54 -0700 Subject: [PATCH] Updated Lua Client (markdown) --- Lua-Client.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lua-Client.md b/Lua-Client.md index fe94290..582a17a 100644 --- a/Lua-Client.md +++ b/Lua-Client.md @@ -182,7 +182,6 @@ int GetLDoNWins(); int GetLDoNLosses(); int GetLDoNWinsTheme(int theme); int GetLDoNLossesTheme(int theme); -Lua_ItemInst GetItemAt(int slot); int GetStartZone(); void SetStartZone(int zone_id); void SetStartZone(int zone_id, float x); @@ -240,4 +239,5 @@ Lua_Group GetGroup(); Lua_Raid GetRaid(); bool PutItemInInventory(int slot_id, Lua_ItemInst inst); bool PushItemOnCursor(Lua_ItemInst inst); +Lua_Inventory GetInventory(); ``` \ No newline at end of file