mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-01 11:36: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:
@@ -10,7 +10,7 @@ struct tHateEntry;
|
||||
luabind::scope lua_register_hate_entry();
|
||||
luabind::scope lua_register_hate_list();
|
||||
|
||||
class Lua_HateEntry : public Lua_Ptr<void>
|
||||
class Lua_HateEntry : public Lua_Ptr<tHateEntry>
|
||||
{
|
||||
typedef tHateEntry NativeType;
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user