Eluna change definition checks from mangos to tc
This commit is contained in:
@@ -11,7 +11,7 @@ namespace LuaCorpse
|
||||
{
|
||||
int GetOwnerGUID(lua_State* L, Corpse* corpse)
|
||||
{
|
||||
#ifdef MANGOS
|
||||
#ifndef TRINITY
|
||||
Eluna::Push(L, corpse->GetOwnerGuid());
|
||||
#else
|
||||
Eluna::Push(L, corpse->GetOwnerGUID());
|
||||
|
||||
Reference in New Issue
Block a user