From 23260c23665e016ec3c81d3aa0666805cc3b4908 Mon Sep 17 00:00:00 2001 From: Sarjuuk Date: Thu, 13 Aug 2015 14:23:44 +0200 Subject: [PATCH] Tooltips * fixed display for spells after e28c00ccda5ae5a392a0a3d973ffa8b4a8938bec (if you are loading something, you DO need to register it afterwards) --- setup/tools/filegen/templates/item-scaling.in | 1 + setup/updates/1439469082_01.sql | 1 + 2 files changed, 2 insertions(+) create mode 100644 setup/updates/1439469082_01.sql 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');