I have a multi-pet macro and I want to display the pet icon.
Lua Code:
#showtooltip [mod:ctrl]Argent Gruntling;[mod:alt]Lil' Ragnaros;[mod:shift]Lil' XT;
/summonpet [mod:ctrl]Argent Gruntling;[mod:alt]Lil' Ragnaros;Lil' XT
This macro does not display the pet image.
I can use a multi-mount macro that works fine;
Lua Code:
#showtooltip
/use [mod:ctrl]Sandstone Drake;[mod:alt]Mighty Caravan Brutosaur;[mod:shift]Grand Expedition Yak;Traveler's Tundra Mammoth
Is there a way to get the pet macro to display the pet icon correctly?