mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-03-23 07:40:14 +00:00
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:
parent
b7da2408c8
commit
1e08d6ff22
2 changed files with 72 additions and 1 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue