Results: 1Comments by: DreamingVoid
File: SLDataText_Guild09-05-12
Re: Re: Re: Re: Glyph Tainting
Posted By: DreamingVoid
Regarding the error generated when you are attempting to update a Glyph - it is possibly related to the use of "_" as a non-localized variable. This occurs in SLDataText_Guild.lua at line #100: guildName, guildRank, _ = GetGuildInfo("player") I added a localized variable called temp and then changed the _ to temp. This appea...