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