Page 1 of 1

WIM - Shamans Blue

PostPosted: Mon Sep 21, 2015 10:27 am
by Flp1LUPh
For this addon http://addons.us.to/addon/wim

Currently, the shamans class colour is pink.
Image

I was wondering whether we could make this blue? Not so sure of how though, any help is appreciated

Re: WIM - Shamans Blue

PostPosted: Mon Sep 21, 2015 10:37 am
by Aunstic
In WIM.lua you'll see:
Image

Original:
Code: Select all
WIM_ClassColors[WIM_LOCALIZED_SHAMAN]   = "f58cba";


The blue you want:
Code: Select all
WIM_ClassColors[WIM_LOCALIZED_SHAMAN]   = "0070DE";


Taken from http://wowwiki.wikia.com/wiki/Class_colors

Changed the priest's color for an example. It should look like:
Image

Re: WIM - Shamans Blue

PostPosted: Mon Sep 21, 2015 10:51 am
by Flp1LUPh
thanks