Commit Graph

11 Commits

Author SHA1 Message Date
florian.berthold 02b17e0a00 fix: pcall-guard C_ClassInfo.GetSpecInfo to silence CoA spec API spam
On the current CoA Beta client, C_ClassInfo.GetAllSpecs(class) returns
items that GetSpecInfo cannot accept as arg #2, throwing
'Script::ValidateInput Invalid argument type at index 2. Expected string.'
~150 times per session across DF, LibOpenRaid, gears, profiles, etc.

Wrap every unguarded GetSpecInfo(class, spec) site in pcall + nil-guard
so the iteration skips bad entries silently. Matches the pattern already
used by CoaExporter and prevents Error.txt flooding.
2026-05-23 00:14:25 +02:00
andrew6180 016c68d243 classless/reborn cooldowns for paladin and warrior 2024-06-12 01:45:27 -07:00
andrew6180 f5ebc96d13 Reborn interrupts 2024-06-12 00:46:10 -07:00
andrew6180 e7af2f029c Add reborn spec guesses. Make sure every spec has some spells 2024-06-12 00:36:04 -07:00
andrew6180 a1296ea54a Add Mind Flay to spec spells 2024-06-11 23:30:54 -07:00
andrew6180 eac2b9ae10 Port over spec spell list from old details backport 2024-06-11 22:31:14 -07:00
andrew6180 5cfcf02d31 (EMPTY) move spec spells / class spells to LibOpenRaid 2024-06-11 22:07:21 -07:00
andrew6180 95da7ef86f Healing potions & interrupts 2024-06-11 09:12:43 -07:00
andrew6180 a424407542 RaidCheck: should be working just no data filled out in LibOpenRaid 2024-05-23 11:18:34 -07:00
andrew6180 63caa6089f Remove keystone itemid (unused) 2024-05-18 09:14:50 -07:00
andrew6180 bb7e0d2c27 Work on Ascension Backport 2024-05-17 15:08:08 -07:00