Skip to content

Commit

Permalink
Merge pull request #663 from ao-org/asd
Browse files Browse the repository at this point in the history
Premium slots temporary disabled, all characters have the same qty slots
  • Loading branch information
RecoX authored Nov 28, 2024
2 parents 0448123 + a910e35 commit 7d1d3f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Codigo/Declares.bas
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7d1d3f2

Please sign in to comment.