Rename and clean up MapleMapObjectType

This commit is contained in:
P0nk
2021-09-09 22:31:05 +02:00
parent a979577e5d
commit fa8222d9a0
35 changed files with 132 additions and 119 deletions

View File

@@ -713,8 +713,8 @@ public class HiredMerchant extends AbstractMapObject {
}
@Override
public MapleMapObjectType getType() {
return MapleMapObjectType.HIRED_MERCHANT;
public MapObjectType getType() {
return MapObjectType.HIRED_MERCHANT;
}
@Override