Fix for Spell(int) not working in lua...

This commit is contained in:
KimLS
2013-07-03 15:20:42 -07:00
parent bccbc0f064
commit 8b8742b242
2 changed files with 10 additions and 1 deletions
+1
View File
@@ -16,6 +16,7 @@ class Lua_Spell : public Lua_Ptr<const SPDat_Spell_Struct>
{
typedef const SPDat_Spell_Struct NativeType;
public:
Lua_Spell(int id);
Lua_Spell() : Lua_Ptr(nullptr) { }
Lua_Spell(const SPDat_Spell_Struct *d) : Lua_Ptr(d) { }
virtual ~Lua_Spell() { }