View Single Post
07/19/15, 10:22 AM   #2
merlight
AddOn Author - Click to view addons
Join Date: Jul 2014
Posts: 671
You can either get the value from UserSettings.txt (although unsure whether its value ingame reflects your current server or the previous one), or from add-on filter:
Lua Code:
  1. local realm = GetCVar("LastRealm")
  2. local realm_dash_char = GetAddOnManager():GetAddOnFilter()