diff --git a/ActionTimelineEx/ActionTimelineEx.csproj b/ActionTimelineEx/ActionTimelineEx.csproj index 6a3400a..77b5d7b 100644 --- a/ActionTimelineEx/ActionTimelineEx.csproj +++ b/ActionTimelineEx/ActionTimelineEx.csproj @@ -13,7 +13,7 @@ - + diff --git a/ActionTimelineEx/ActionTimelineEx.yaml b/ActionTimelineEx/ActionTimelineEx.yaml index ffc3179..c06ec68 100644 --- a/ActionTimelineEx/ActionTimelineEx.yaml +++ b/ActionTimelineEx/ActionTimelineEx.yaml @@ -6,7 +6,7 @@ description: |- punchline: Show your actions in real-time. repo_url: https://github.com/ArchiDog1998/ActionTimelineEx icon_url: https://xivapi.com/i/000000/000073_hr1.png -dalamud_api_level: 8 +dalamud_api_level: 9 tags: - UI category_tags: diff --git a/ActionTimelineEx/Timeline/TimelineManager.cs b/ActionTimelineEx/Timeline/TimelineManager.cs index 22011c3..c588cf7 100644 --- a/ActionTimelineEx/Timeline/TimelineManager.cs +++ b/ActionTimelineEx/Timeline/TimelineManager.cs @@ -161,7 +161,7 @@ private static TimelineItemType GetActionType(uint actionId, ActionType type) { switch (type) { - case ActionType.Spell: + case ActionType.Action: var action = Svc.Data.GetExcelSheet()?.GetRow(actionId); if (action == null) break; diff --git a/ActionTimelineEx/packages.lock.json b/ActionTimelineEx/packages.lock.json index 3d67fd2..b2eff6f 100644 --- a/ActionTimelineEx/packages.lock.json +++ b/ActionTimelineEx/packages.lock.json @@ -4,9 +4,9 @@ "net7.0-windows7.0": { "DalamudPackager": { "type": "Direct", - "requested": "[2.1.11, )", - "resolved": "2.1.11", - "contentHash": "9qlAWoRRTiL/geAvuwR/g6Bcbrd/bJJgVnB/RurBiyKs6srsP0bvpoo8IK+Eg8EA6jWeM6/YJWs66w4FIAzqPw==" + "requested": "[2.1.12, )", + "resolved": "2.1.12", + "contentHash": "Sc0PVxvgg4NQjcI8n10/VfUQBAS4O+Fw2pZrAqBdRMbthYGeogzu5+xmIGCGmsEZ/ukMOBuAqiNiB5qA3MRalg==" }, "ecommons": { "type": "Project" diff --git a/ECommons b/ECommons index ee1f836..c0bf9b4 160000 --- a/ECommons +++ b/ECommons @@ -1 +1 @@ -Subproject commit ee1f8368541e5f82e820bebae40731ee79862397 +Subproject commit c0bf9b456b27dfdc08d9dbdaa70f7f788fe91c28 diff --git a/manifest.json b/manifest.json index c1af537..1f2d0fe 100644 --- a/manifest.json +++ b/manifest.json @@ -10,7 +10,7 @@ "CategoryTags": [ "UI" ], - "DalamudApiLevel": 8, + "DalamudApiLevel": 9, "LoadRequiredState": 0, "LoadSync": false, "CanUnloadAsync": false,