- more small fixes and improvements.
This commit is contained in:
@@ -588,7 +588,7 @@ local default_profile = {
|
||||
[254] = {0, 64/512, 64/512, 128/512}, --> hunter marks
|
||||
[255] = {64/512, 128/512, 64/512, 128/512}, --> hunter survivor
|
||||
|
||||
[62] = {128/512, 192/512, 64/512, 128/512}, --> mage arcane
|
||||
[62] = {(128/512) + 0.001953125, 192/512, 64/512, 128/512}, --> mage arcane
|
||||
[63] = {192/512, 256/512, 64/512, 128/512}, --> mage fire
|
||||
[64] = {256/512, 320/512, 64/512, 128/512}, --> mage frost
|
||||
|
||||
@@ -598,11 +598,11 @@ local default_profile = {
|
||||
|
||||
[65] = {0, 64/512, 128/512, 192/512}, --> paladin holy
|
||||
[66] = {64/512, 128/512, 128/512, 192/512}, --> paladin protect
|
||||
[70] = {128/512, 192/512, 128/512, 192/512}, --> paladin ret
|
||||
[70] = {(128/512) + 0.001953125, 192/512, 128/512, 192/512}, --> paladin ret
|
||||
|
||||
[256] = {192/512, 256/512, 128/512, 192/512}, --> priest disc
|
||||
[257] = {256/512, 320/512, 128/512, 192/512}, --> priest holy
|
||||
[258] = {320/512, 384/512, 128/512, 192/512}, --> priest shadow
|
||||
[258] = {(320/512) + 0.001953125, 384/512, 128/512, 192/512}, --> priest shadow
|
||||
|
||||
[259] = {384/512, 448/512, 128/512, 192/512}, --> rogue assassination
|
||||
[260] = {448/512, 512/512, 128/512, 192/512}, --> rogue combat
|
||||
|
||||
Reference in New Issue
Block a user