* fixed display for spells after e28c00ccda
   (if you are loading something, you DO need to register it afterwards)
This commit is contained in:
Sarjuuk
2015-08-13 14:23:44 +02:00
parent a2d4b014fc
commit 23260c2366
2 changed files with 2 additions and 0 deletions

View File

@@ -6,4 +6,5 @@ $WH.g_convertScalingFactor.SD = /*setup:itemScalingSD*/;
if ($WH.isset('$WowheadPower')) {
$WowheadPower.loadScales(3);
$WowheadPower.loadScales(6);
}

View File

@@ -0,0 +1 @@
UPDATE `aowow_dbversion` SET `build` = CONCAT(`build`, ' itemScaling');