[3.3.5] Scripts/Commands: .arena command conversion
Port From (https://github.com/TrinityCore/TrinityCore/commit/706163743d481e092111401752c9cbb056b35e69)
This commit is contained in:
@@ -4006,7 +4006,8 @@ namespace Game.Entities
|
||||
return Global.ObjAccessor.GetUnit(this, selectionGUID);
|
||||
return null;
|
||||
}
|
||||
Player GetSelectedPlayer()
|
||||
|
||||
public Player GetSelectedPlayer()
|
||||
{
|
||||
ObjectGuid selectionGUID = GetTarget();
|
||||
if (!selectionGUID.IsEmpty())
|
||||
|
||||
Reference in New Issue
Block a user