diff --git a/setup/tools/filegen/templates/item-scaling.in b/setup/tools/filegen/templates/item-scaling.in index 2a8591c0..67a6250a 100644 --- a/setup/tools/filegen/templates/item-scaling.in +++ b/setup/tools/filegen/templates/item-scaling.in @@ -6,4 +6,5 @@ $WH.g_convertScalingFactor.SD = /*setup:itemScalingSD*/; if ($WH.isset('$WowheadPower')) { $WowheadPower.loadScales(3); + $WowheadPower.loadScales(6); } diff --git a/setup/updates/1439469082_01.sql b/setup/updates/1439469082_01.sql new file mode 100644 index 00000000..34e1c68d --- /dev/null +++ b/setup/updates/1439469082_01.sql @@ -0,0 +1 @@ +UPDATE `aowow_dbversion` SET `build` = CONCAT(`build`, ' itemScaling');