View Single Post
08-05-17, 03:15 PM   #8
Mortimerlol
A Cliff Giant
AddOn Author - Click to view addons
Join Date: Jul 2017
Posts: 71
yes, then must be works with it:

Lua Code:
  1. local unitID = ...
  2. UNTI = GetUnitName(unitID, true);
  3. if moblist[UNTI] then
  Reply With Quote