mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-02 08:26:36 +00:00
Fix for luabind not compiling (jumbers), bunch of api upgrades for lua, changed where spells and items load quests from, removed some old code. etc etc.
This commit is contained in:
@@ -14,7 +14,7 @@ namespace luabind {
|
||||
|
||||
luabind::scope lua_register_inventory();
|
||||
|
||||
class Lua_Inventory : public Lua_Ptr<void>
|
||||
class Lua_Inventory : public Lua_Ptr<Inventory>
|
||||
{
|
||||
typedef Inventory NativeType;
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user