Raid/Group lua stuff, renamed corpses

This commit is contained in:
KimLS
2013-06-02 13:47:52 -07:00
parent d14608356d
commit 55a964267e
28 changed files with 399 additions and 66 deletions
+3 -3
View File
@@ -1,11 +1,11 @@
#ifdef LUA_EQEMU
#include "../common/spdat.h"
#include "lua_spell.h"
#include "lua.hpp"
#include <luabind/luabind.hpp>
#include "../common/spdat.h"
#include "lua_spell.h"
int Lua_Spell::GetID() {
Lua_Safe_Call_Int();
return self->id;