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
|
||||
Eluna::Push(L, player->GetMap()->GetUnit(player->GetComboTargetGuid()));
|
||||
#else
|
||||
Eluna::Push(L, ObjectAccessor::GetUnit(*player, player->GetComboTarget()));
|
||||
Eluna::Push(L, player->GetComboTarget());
|
||||
#endif
|
||||
return 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user