View Single Post
04-30-18, 12:28 PM   #7
boomboo
A Murloc Raider
AddOn Author - Click to view addons
Join Date: Nov 2009
Posts: 4
Originally Posted by Edik View Post
In 7.3 you won't need any caching. In 8.x is quering Aura by name completely removed. So if you have mutiple checks in single line I guess caching is worth to try. If you do by aura index from 1 to 40 old fashioned way you won't need to cache. Just imagine if you have this in your old code.
I know, I was talking from the 8.x perspective, and the comparrisons I ran were with single spell querying. As I mentioned though the overhead of all the data being copied and cleared wasn't worth it. You could run the tests yorself but I doubt you'll get different results.

Also UnitAura doesn't support querying by spellid in either 7.3 or 8.x, the second argument if numeric is just an index.

Last edited by boomboo : 04-30-18 at 12:35 PM.
  Reply With Quote