mirror of
https://github.com/EQEmu/Server.git
synced 2026-08-29 12:47:54 +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:
+1
-1
@@ -21,7 +21,7 @@ namespace luabind {
|
||||
|
||||
luabind::scope lua_register_entity();
|
||||
|
||||
class Lua_Entity : public Lua_Ptr<void>
|
||||
class Lua_Entity : public Lua_Ptr<Entity>
|
||||
{
|
||||
typedef Entity NativeType;
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user