lastbattle / Harepacker-resurrected

All in one .wz file/map editor for MapleStory game files
Mozilla Public License 2.0
416 stars 156 forks source link

An obvious mistake #212

Closed 454020312 closed 1 year ago

454020312 commented 1 year ago

const string FIELD_HEIGHT_NAME = "_height"; const string FIELD_X_NAME = "_x"; const string FIELD_Y_NAME = "_y";

const string FIELD_BASEDATA_NAME = "_height"; //this error better _image

lastbattle commented 1 year ago

Thanks!