ObjectPropertyList.Enabled = true;
SupportedFeatures.Value |= FeatureFlags.AOS;
I hate to necro such an old post but how does one go about changing the client flags?CurrentExpansion.cs
Find and change this line;
Code:ObjectPropertyList.Enabled = true;
You also must change the flags that are sent to the client upon first login, it must receive AOS flags in order for the client to enable the tool-tips locally;
Code:SupportedFeatures.Value |= FeatureFlags.AOS;
Add the second code snippet line to CurrentExpansion.cs, it can be placed directly after the line in the first code snippet.I hate to necro such an old post but how does one go about changing the client flags?
We use essential cookies to make this site work, and optional cookies to enhance your experience.