Eluna classic support

This commit is contained in:
Rochet2
2014-03-23 21:48:29 +02:00
committed by Foereaper
parent a04de5b194
commit fee6f42e2d
15 changed files with 184 additions and 59 deletions

View File

@@ -135,7 +135,11 @@ namespace LuaGroup
int GetGUID(lua_State* L, Group* group)
{
#ifdef CLASSIC
sEluna->Push(L, group->GetId());
#else
sEluna->Push(L, group->GET_GUID());
#endif
return 1;
}