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
2024-05-17 15:08:08 -07:00
2025-12-04 15:21:53 -07:00
2021-10-07 21:49:15 -03:00
2025-10-31 12:14:02 -07:00
2024-09-05 07:42:42 -07:00
2024-08-26 10:20:49 -07:00
2024-03-13 13:47:15 -03:00
2024-08-26 08:35:05 -07:00
2024-08-26 10:10:41 -07:00
2024-05-17 15:08:08 -07:00
2020-10-16 19:51:44 -03:00
2024-08-26 09:30:48 -07:00
2018-07-17 13:31:22 -03:00
2018-12-17 08:14:11 -02:00
2022-08-27 12:30:41 -03:00
2023-01-27 13:29:04 -03:00
2024-09-06 11:39:12 -07:00
2024-05-17 15:08:08 -07:00
S
Description
Ascension fork of Details-Damage-Meter for CoA Guild 'Exiles'
35 MiB
2026-05-29 08:43:54 +00:00
Languages
Lua 100%