Thread: UnitAura error
View Single Post
10-04-18, 12:48 AM   #4
Lyak
A Cyclonian
Join Date: Jul 2018
Posts: 46
Try to use AuraUtil.FindAuraByName instead of UnitAura.

Lua Code:
  1. AuraUtil.FindAuraByName(ResolveName, "player", "HELPFUL")

AuraUtil.FindAuraByName works exactly same as an old UnitAura function with querying by spell name.

I also learnt it from zork

-- EDIT #1

Well, I honestly can't say it works exactly same as I have not seen how UnitAura works internally, but at least it returns same outputs

Last edited by Lyak : 10-04-18 at 01:49 AM.
  Reply With Quote