Parrot 2

Parrot 2

727k Downloads

Melee damage icon missing?

nihlathakzj opened this issue ยท 1 comments

commented

Can Melee damage display auto attack icon?

combatLogEvents = {
		SWING_DAMAGE = { check = checkPlayerInc, },
	},
	tagTranslations = {
		Name = ...,
		Amount = ...,
                Icon = GetSpellTexture(6603),
	},

I tried in this way, but didn't work!

What version of Parrot are you using?

v2.1.10

commented

I figured it out! :-P