mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-02 04:16:46 +00:00
Lua doors api
This commit is contained in:
+1
-6
@@ -22,12 +22,7 @@ public:
|
||||
virtual ~Lua_Corpse() { }
|
||||
|
||||
operator Corpse*() {
|
||||
void *d = GetLuaPtrData();
|
||||
if(d) {
|
||||
return reinterpret_cast<Corpse*>(d);
|
||||
}
|
||||
|
||||
return nullptr;
|
||||
return reinterpret_cast<Corpse*>(GetLuaPtrData());
|
||||
}
|
||||
|
||||
uint32 GetCharID();
|
||||
|
||||
Reference in New Issue
Block a user