BCC ZA: New Greater Blessing behavior
Treeston opened this issue ยท 4 comments
Need to investigate these supposed changes with the ZA patch. This issue is to track experiments.
Basic tests (Hunter):
- Buffing any Greater Blessing to a Ravager pet does apply it to a grouped Warrior.
- Buffing any Greater Blessing to a Warrior does apply it to a grouped Ravager pet.
Basic tests (Warlock):
- Buffing a Greater Blessing to a Warlock's Imp does not apply it to a grouped Warrior, and vice versa.
- Buffing a Greater Blessing to a Warlock's Voidwalker does apply it to a grouped Paladin, and vice versa.
Working theory, it works off of UnitClassBase
of the pet, which is PALADIN
for Voidwalkers. Testing for other pets.
- Buffing a Greater Blessing to a Warlock's Imp does apply it to a grouped Mage, and vice versa.
- Buffing a Greater Blessing to a Warlock's Succubus or Incubus does apply it to a grouped Paladin, and vice versa.
- Buffing a Greater Blessing to a Warlock's Felhunter does apply it to a grouped Paladin, and vice versa.
- Buffing a Greater Blessing to a Warlock's Felguard does apply it to a grouped Paladin, and vice versa.
This matches UnitClassBase
of these pets.