mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 17:27:36 +01:00
Core/DataStores: renamed two fields in DB2LoadInfo.h that were missed in 335ec41e63
This commit is contained in:
@@ -4399,7 +4399,7 @@ struct ScalingStatValuesLoadInfo
|
||||
{ false, FT_INT, "ID" },
|
||||
{ true, FT_INT, "Charlevel" },
|
||||
{ true, FT_INT, "WeaponDPS1H" },
|
||||
{ true, FT_INT, "WeaponDPS2h" },
|
||||
{ true, FT_INT, "WeaponDPS2H" },
|
||||
{ true, FT_INT, "SpellcasterDPS1H" },
|
||||
{ true, FT_INT, "SpellcasterDPS2H" },
|
||||
{ true, FT_INT, "RangedDPS" },
|
||||
@@ -4407,7 +4407,7 @@ struct ScalingStatValuesLoadInfo
|
||||
{ true, FT_INT, "SpellPower" },
|
||||
{ true, FT_INT, "ShoulderBudget" },
|
||||
{ true, FT_INT, "TrinketBudget" },
|
||||
{ true, FT_INT, "WeaponBudget" },
|
||||
{ true, FT_INT, "WeaponBudget1H" },
|
||||
{ true, FT_INT, "PrimaryBudget" },
|
||||
{ true, FT_INT, "RangedBudget" },
|
||||
{ true, FT_INT, "TertiaryBudget" },
|
||||
|
||||
Reference in New Issue
Block a user