Thread: 5.4.1 patch
View Single Post
10-29-13, 04:48 PM   #15
deLeewit
A Deviate Faerie Dragon
 
deLeewit's Avatar
Join Date: Feb 2010
Posts: 7
changed CVAR

Xrystal:
I found this change in TitanPanel forums that might help you:-)
Change:

local serverName = GetCVar("realmName");

to:

local serverName = GetRealmName();

I ended up going through all Titanpanel luas and replacing GetCVar("realmName") with GetRealmName() with Notepad++ and it's working now.

Last edited by deLeewit : 10-29-13 at 04:54 PM.