Commit 190481c
committed
chore: update Interface to 120100 for Midnight patch 12.1.0
Bump the TOC Interface version from 120001 to 120100 so the addon is
flagged as up to date for Midnight patch 12.1.0 ("Curse of Ula'tek").
Audited the addon's API surface against the 12.0.5 and 12.1.0 change
lists: none of the removed globals are called, and C_Container, C_Item,
C_EquipmentSet, C_TransmogCollection and the buyback/money APIs are
unchanged. Expansion ID 12 (Midnight) is still current, so the expansion
filters need no change.
Also drop GetInventorySlotInfo from .luacheckrc read_globals — Blizzard
removed it in 12.1.0 in favour of C_PaperDollInfo.GetInventorySlotInfo,
and the addon never called it.
Claude-Session: https://claude.ai/code/session_01CHdbWur35SfiY9RNdC2BW61 parent 2f8038d commit 190481c
5 files changed
Lines changed: 11 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
116 | | - | |
117 | | - | |
118 | | - | |
119 | 116 | | |
120 | 117 | | |
121 | 118 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
3 | 11 | | |
4 | 12 | | |
5 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments