Skip to content

Commit

Permalink
[HaCreator] some more missing info/property from GMS v218
Browse files Browse the repository at this point in the history
  • Loading branch information
lastbattle committed Dec 13, 2022
1 parent ea40c3e commit 6853e8a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions MapleLib/WzLib/WzStructure/MapInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -536,6 +536,14 @@ public MapInfo(WzImage image, string strMapName, string strStreetName, string st
case "spiritSavior":
case "standAlonePermitUpgrade": // 993059600.img
case "limitHeadAlarmField": // 993180000.img
case "noPsychicGrab": // 993194700.img
case "offSoulEffect": // 993194700.img
case "offActiveEffectItem": // 993194700.img
case "forceDamageSkinID": // 993194700.img
case "minimapFullSizeViewBlock": // 993194700.img
case "limitUIContextMenu": // 993210400.img 993220101.img
case "vanishHaku": // 993194700.img
case "pulbicTaggedObjectVisible": // 993210000.img
{
WzImageProperty cloneProperty = prop.DeepClone();
//cloneProperty.Parent = prop.Parent;
Expand Down

0 comments on commit 6853e8a

Please sign in to comment.