mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 09:17:36 +01:00
Core/Items: restore heirloom armor stat scaling
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user