Files
coa-details/Libs/DF
florian.berthold 0b0a5004eb fix: pcall GetSpecInfoByID, fix specs_per_class indexing, FDID->string
Three CoA 3.3.5 compatibility fixes for Details:

1. LibOpenRaid/LibOpenRaid.lua:1298 - C_ClassInfo.GetSpecInfoByID is now
   pcall-guarded. On CoA, specId can be non-numeric and the API errors
   out, taking the unit-info update with it. Matches the pcall pattern
   already shipped for GetSpecInfo(class, spec) in 7 sibling files.

2. Libs/DF/fw.lua:4257 - specs_per_class[index] was writing into the
   outer table by numeric index, clobbering keys and never populating
   the nested per-class table initialised on line 4253. Corrected to
   specs_per_class[class][index] so DF:GetClassSpecIDs(engClass) returns
   the right list.

3. Libs/DF/icongeneric.lua:211 - SetTexture(130759) passed a FileDataID
   to a 3.3.5 client that only resolves string paths, leaving icon
   borders blank. Replaced with the documented mapping
   [[Interface\COMMON\WhiteIconFrame]] (same path already used in
   frames/window_mythicplus/window_end_of_run.lua:358). Follows the
   FDID->string pattern shipped in coa-ace3 d422ad3.
2026-05-24 17:38:31 +02:00
..
2023-10-11 20:44:19 -03:00
2023-10-11 20:44:19 -03:00
2020-10-16 19:51:44 -03:00
2024-05-17 15:08:08 -07:00
2024-05-17 15:08:08 -07:00
2024-08-26 10:09:54 -07:00
2020-10-16 19:51:44 -03:00
2024-08-26 10:06:39 -07:00
2020-10-16 19:51:44 -03:00
2020-10-16 19:51:44 -03:00
2024-05-17 15:08:08 -07:00
2024-05-17 15:08:08 -07:00
2024-05-17 15:08:08 -07:00
2024-05-21 02:12:33 -07:00
2024-05-08 11:26:43 -03:00
2024-05-17 15:08:08 -07:00
2024-08-26 10:06:39 -07:00
2024-03-04 21:40:46 -03:00
2020-10-16 19:51:44 -03:00
2024-08-26 10:06:39 -07:00
2020-10-16 19:51:44 -03:00
2024-05-17 15:08:08 -07:00
2023-10-11 20:44:19 -03:00
2024-05-17 15:08:08 -07:00
2023-10-11 20:44:19 -03:00
2024-08-26 09:26:17 -07:00
2024-03-04 21:40:46 -03:00
2020-10-16 19:51:44 -03:00
2024-07-10 16:12:25 -07:00
2020-10-16 19:51:44 -03:00
2020-10-16 19:51:44 -03:00
2024-06-10 11:38:50 -07:00
2022-09-30 15:38:16 -03:00