The necromancer spectre pets are taller than the shrink check on pets when fully shrunk.
typing this in game /echo ${Me.Pet.Height}:
freshly summoned pet reports 6.09. 1st shrink: 3.05 2nd shrink:1.35
Additional shrinks do not reduce its size.
typing this in game /echo ${Me.Pet.Height}:
freshly summoned pet reports 6.09. 1st shrink: 3.05 2nd shrink:1.35
Additional shrinks do not reduce its size.
Rich (BB code):
I changed this
/if (${Me.Pet.Height}>1.3 && ${PetShrinkOn}) {
to
/if (${Me.Pet.Height}>1.35 && ${PetShrinkOn}) {

