Updated Lua Client (markdown)

Alex 2013-06-21 16:35:40 -07:00
parent c027d78456
commit c25fbccde5

@ -240,4 +240,5 @@ Lua_Raid GetRaid();
bool PutItemInInventory(int slot_id, Lua_ItemInst inst);
bool PushItemOnCursor(Lua_ItemInst inst);
Lua_Inventory GetInventory();
void SendItemScale(Lua_ItemInst inst);
```