[3.3.5] Scripts/Commands: .arena command conversion

Port From (https://github.com/TrinityCore/TrinityCore/commit/706163743d481e092111401752c9cbb056b35e69)
This commit is contained in:
hondacrx
2022-06-07 17:47:02 -04:00
parent 96e3386cf4
commit 22e3faa502
5 changed files with 64 additions and 156 deletions
+2 -1
View File
@@ -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())