mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-11 09:42:54 +00:00
Inventory open implementation, Html updates, Pathing generator,
Signed-off-by: Rogiel <rogiel@rogiel.com>
This commit is contained in:
@@ -73,7 +73,8 @@ public class CharacterInventory implements Iterable<Item> {
|
||||
* the items to be added
|
||||
*/
|
||||
public void load(List<Item> items) {
|
||||
items.addAll(items);
|
||||
this.items.clear();
|
||||
this.items.addAll(items);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user