View Feature Request
Strip ^x endings
Feature #: 450
File: Srendarr - Aura, Buff & Debuff Tracker (Outdated)
Date: 06/12/14 07:35 AM
By: Lansett
Status: Under Review
Hi.

When displaying the buff name on a localized client could you please strip the silly ^x ending please? :)
Like:
abilityName = string.gsub ( abilityName , "%^%a%a" , "" ) --@ pm pf
abilityName = string.gsub ( abilityName , "%^%a" , "" ) --@ m M f F n N p P

Thanks again