mirror of
https://github.com/azerothcore/mod-ale
synced 2025-11-29 15:38:17 +08:00
Fix TC build
This commit is contained in:
@@ -1176,7 +1176,7 @@ namespace LuaPlayer
|
|||||||
#ifndef TRINITY
|
#ifndef TRINITY
|
||||||
Eluna::Push(L, player->GetMap()->GetUnit(player->GetComboTargetGuid()));
|
Eluna::Push(L, player->GetMap()->GetUnit(player->GetComboTargetGuid()));
|
||||||
#else
|
#else
|
||||||
Eluna::Push(L, ObjectAccessor::GetUnit(*player, player->GetComboTarget()));
|
Eluna::Push(L, player->GetComboTarget());
|
||||||
#endif
|
#endif
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user