Fixed inventory full now properly shown + loading GM with pet issue
Fixed issues related to "inventory full" messages not popping when failing to pick-up items and when loading GM pets giving out exceptions.
This commit is contained in:
@@ -54,6 +54,7 @@ public class MaplePet extends Item {
|
||||
private MaplePet(int id, short position, int uniqueid) {
|
||||
super(id, position, (short) 1);
|
||||
this.uniqueid = uniqueid;
|
||||
this.pos = new Point(0, 0);
|
||||
}
|
||||
|
||||
public static MaplePet loadFromDb(int itemid, short position, int petid) {
|
||||
|
||||
Reference in New Issue
Block a user