View Single Post
08-05-17, 04:00 PM   #10
pas06
A Theradrim Guardian
Join Date: Apr 2009
Posts: 62
Just use the following.
Lua Code:
  1. local name, realm = UnitName(unitID)
  2. if realm then name = name.."-"..realm end
  Reply With Quote