mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-04-23 05:07:47 +00:00
Fixed a bug in inventories. If no null gap was found endOfListIndex would go to -1.
This commit is contained in:
parent
e581727625
commit
9649d755a9
1 changed files with 2 additions and 1 deletions
|
@ -593,6 +593,7 @@ namespace FFXIVClassic_Map_Server.actors.chara.player
|
|||
}
|
||||
}
|
||||
|
||||
if (lastNullSlot != -1)
|
||||
endOfListIndex = lastNullSlot;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue