View Single Post
08-22-12, 07:31 PM   #19
Kharthus
A Fallenroot Satyr
AddOn Author - Click to view addons
Join Date: Nov 2006
Posts: 26
Originally Posted by endx7 View Post
It's being prevented by the global cooldown, since C_PetJournal.SummonPetByID() even when dismissing a pet is on the global cooldown (both invokes and affected by).

Stealth, Prowl and Feign Death are not on the global cooldown, so they don't prevent you from dismissing a pet immediately, unlike Camo.
Looks like only Invisibility and Camouflage invoke the GCD. Managed to code up a workaround with UNIT_AURA. Not ideal, but it works.