Show target buffs/debuffs on target frame and fix stance error message

- Add aura icons below target frame with buff/debuff color coding
- Show spell icons with hover tooltips and duration countdowns
- Change SPELL_FAILED_ONLY_SHAPESHIFT message to cover warrior stances
This commit is contained in:
Kelsi 2026-02-23 06:37:15 -08:00
parent b7da2408c8
commit 1e08d6ff22
2 changed files with 72 additions and 1 deletions

View file

@ -180,7 +180,7 @@ inline const char* getSpellCastResultString(uint8_t result, int powerType = -1)
case 91: return "Only mounted";
case 92: return "Only nighttime";
case 93: return "Only outdoors";
case 94: return "Only shapeshift";
case 94: return "Requires correct stance/form";
case 95: return "Only stealthed";
case 96: return "Only underwater";
case 97: return "Out of range";