diff --git a/BattleGround/GetEndTime.html b/BattleGround/GetEndTime.html index cbee0931..9d563adc 100644 --- a/BattleGround/GetEndTime.html +++ b/BattleGround/GetEndTime.html @@ -87,7 +87,8 @@

-

Returns the end time of the BattleGround.

+

Returns the time remaining in milliseconds until BattleGround closes and removes all players. +This can be after battleground ends normally or when there are not enough players

diff --git a/BattleGround/index.html b/BattleGround/index.html index b8d4ead9..580d6e8d 100644 --- a/BattleGround/index.html +++ b/BattleGround/index.html @@ -110,7 +110,8 @@

Methods

GetEndTime -

Returns the end time of the BattleGround.

+

Returns the time remaining in milliseconds until BattleGround closes and removes all players. +This can be after battleground ends normally or when there are not enough players

diff --git a/date.js b/date.js index 16083b93..3ef38fd2 100644 --- a/date.js +++ b/date.js @@ -1 +1 @@ -document.write("28/02/2026"); \ No newline at end of file +document.write("20/05/2026"); \ No newline at end of file diff --git a/search-index.js b/search-index.js index d282957b..b5a00622 100644 --- a/search-index.js +++ b/search-index.js @@ -52,7 +52,7 @@ searchIndex["Aura"] = { [3, "GetAlivePlayersCountByTeam", "", "Returns the amount of alive players in the BattleGround by the team ID."], [3, "GetBonusHonorFromKillCount", "", "Returns the bonus honor given by amount of kills in the specific BattleGround."], [3, "GetBracketId", "", "Returns the bracket ID of the specific BattleGround."], - [3, "GetEndTime", "", "Returns the end time of the BattleGround."], + [3, "GetEndTime", "", "Returns the time remaining in milliseconds until BattleGround closes and removes all players. This can be after battleground ends normally or when there are not enough players"], [3, "GetFreeSlotsForTeam", "", "Returns the amount of free slots for the selected team in the specific BattleGround."], [3, "GetInstanceId", "", "Returns the instance ID of the BattleGround."], [3, "GetMap", "", "Returns the Map of the BattleGround."],