Skip to content

Commit

Permalink
[WzLib] More unknown map info properties
Browse files Browse the repository at this point in the history
  • Loading branch information
lastbattle committed Dec 10, 2020
1 parent a1d3345 commit a2293a1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions MapleLib/WzLib/WzStructure/MapInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -520,6 +520,9 @@ public MapInfo(WzImage image, string strMapName, string strStreetName, string st
case "gaugeDelay":
case "individualPet":
case "level":
case "hungryMuto":
case "property": // map 921172300.img
case "spiritSavior":
unsupportedInfoProperties.Add(prop);
break;
default:
Expand Down

0 comments on commit a2293a1

Please sign in to comment.