Thread Tools Display Modes
08-26-16, 07:54 AM   #1
Stanzilla
An Aku'mai Servant
AddOn Author - Click to view addons
Join Date: Dec 2007
Posts: 34
Error from nameplate units



is nameplatepet3 even a valid id?
 
08-27-16, 02:25 AM   #2
sezz
A Chromatic Dragonspawn
AddOn Author - Click to view addons
Join Date: Apr 2008
Posts: 158
http://www.wowinterface.com/forums/s...ad.php?t=53917
 
08-29-16, 09:49 AM   #3
Tercioo
An Aku'mai Servant
 
Tercioo's Avatar
AddOn Author - Click to view addons
Join Date: Aug 2014
Posts: 38
as a workaround before checking the aggro:

Lua Code:
  1. if (PlateFrame.UnitFrame.displayedUnit:match ("pet%d$")) then
  2. return
  3. end
 
 

WoWInterface » Site Forums » Archived Beta Forums » Legion Beta archived threads » Error from nameplate units

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off