From a910e35498a35b92402593562b3fb99fa24f6bfb Mon Sep 17 00:00:00 2001 From: Lucas Recoaro Date: Thu, 28 Nov 2024 15:53:17 +1300 Subject: [PATCH] Premium slots temporary disabled, all characters have the same qty slots --- Codigo/Declares.bas | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Codigo/Declares.bas b/Codigo/Declares.bas index 1379f599..1e3db323 100644 --- a/Codigo/Declares.bas +++ b/Codigo/Declares.bas @@ -806,13 +806,13 @@ Public Const MAX_INVENTORY_OBJS As Integer = 10000 '' ' Cantidad de "slots" en el inventario con todos los slots desbloqueados -Public Const MAX_INVENTORY_SLOTS As Byte = 42 +Public Const MAX_INVENTORY_SLOTS As Byte = 24 ' Cantidad de "slots" en el inventario básico Public Const MAX_USERINVENTORY_SLOTS As Byte = 24 ' Cantidad de "slots" en el inventario heroe -Public Const MAX_USERINVENTORY_HERO_SLOTS As Byte = 31 +Public Const MAX_USERINVENTORY_HERO_SLOTS As Byte = 24 ' Cantidad de "slots" en el inventario por fila Public Const SLOTS_PER_ROW_INVENTORY As Byte = 6