aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/hotfixes/3.4.x/2023_11_23_00_hotfixes.sql4
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/updates/hotfixes/3.4.x/2023_11_23_00_hotfixes.sql b/sql/updates/hotfixes/3.4.x/2023_11_23_00_hotfixes.sql
index 6b58c6925c8..542e3ef69d1 100644
--- a/sql/updates/hotfixes/3.4.x/2023_11_23_00_hotfixes.sql
+++ b/sql/updates/hotfixes/3.4.x/2023_11_23_00_hotfixes.sql
@@ -55,7 +55,7 @@ CREATE TABLE `scaling_stat_values` (
`ID` int(10) unsigned NOT NULL DEFAULT '0',
`Charlevel` int(11) NOT NULL DEFAULT '0',
`WeaponDPS1H` int(11) NOT NULL DEFAULT '0',
- `WeaponDPS2h` int(11) NOT NULL DEFAULT '0',
+ `WeaponDPS2H` int(11) NOT NULL DEFAULT '0',
`SpellcasterDPS1H` int(11) NOT NULL DEFAULT '0',
`SpellcasterDPS2H` int(11) NOT NULL DEFAULT '0',
`RangedDPS` int(11) NOT NULL DEFAULT '0',
@@ -63,7 +63,7 @@ CREATE TABLE `scaling_stat_values` (
`SpellPower` int(11) NOT NULL DEFAULT '0',
`ShoulderBudget` int(11) NOT NULL DEFAULT '0',
`TrinketBudget` int(11) NOT NULL DEFAULT '0',
- `WeaponBudget` int(11) NOT NULL DEFAULT '0',
+ `WeaponBudget1H` int(11) NOT NULL DEFAULT '0',
`PrimaryBudget` int(11) NOT NULL DEFAULT '0',
`RangedBudget` int(11) NOT NULL DEFAULT '0',
`TertiaryBudget` int(11) NOT NULL DEFAULT '0',