add twenty instance type

This commit is contained in:
Bunny67
2020-08-29 04:34:58 +03:00
parent 51caeab274
commit a1bb00a773
3 changed files with 4 additions and 1 deletions
+2
View File
@@ -1913,6 +1913,8 @@ local function GetInstanceTypeAndSize()
if Type == "raid" then
if maxPlayers == 10 then
size = "ten"
elseif maxPlayers == 20 then
size = "twenty"
elseif maxPlayers == 25 then
size = "twentyfive"
elseif maxPlayers == 40 then