mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
* fixed display for spells after e28c00ccda
(if you are loading something, you DO need to register it afterwards)
11 lines
288 B
Plaintext
11 lines
288 B
Plaintext
$WH.g_convertRatingToPercent.RB = /*setup:itemScalingRB*/;
|
|
|
|
$WH.g_convertScalingFactor.SV = /*setup:itemScalingSV*/;
|
|
|
|
$WH.g_convertScalingFactor.SD = /*setup:itemScalingSD*/;
|
|
|
|
if ($WH.isset('$WowheadPower')) {
|
|
$WowheadPower.loadScales(3);
|
|
$WowheadPower.loadScales(6);
|
|
}
|