Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions SpellDataDump/bonus_ids.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8305,3 +8305,5 @@ bonus_id={ 13902 }, base_ilevel={ 126 }, quality={ rare }
bonus_id={ 13935 }, base_ilevel={ 120 }, quality={ uncommon }
bonus_id={ 13936 }, base_ilevel={ 126 }, quality={ rare }
bonus_id={ 13987 }, desc={ Venomcursed }, effects={ Venomcursed Ascendance (id=1317582, index=0, type=equip) }
bonus_id={ 14047 }, base_ilevel={ 133 }
bonus_id={ 14048 }, base_ilevel={ 133 }
2 changes: 1 addition & 1 deletion engine/dbc/generated/client_data_version.inc
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ static const wowv_t __client_data_version { 12, 1, 0, 69587 };

#define CLIENT_DATA_HOTFIX_DATE "2026-09-08"
#define CLIENT_DATA_HOTFIX_BUILD (69587)
#define CLIENT_DATA_HOTFIX_HASH "27234995bf15a7cde3f2d75864d291ad3d9b67fdc8ae32d6ddcd417c5bca8e11"
#define CLIENT_DATA_HOTFIX_HASH "82934032b01bc43d39d9432ac568ccbd719a3bf628e65c566844fbf374365736"

#endif /* CLIENT_DATA_VERSION_INC*/
4 changes: 3 additions & 1 deletion engine/dbc/generated/item_bonus.inc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Item bonuses, wow build 12.1.0.69587
static constexpr std::array<item_bonus_entry_t, 20226> __item_bonus_data { {
static constexpr std::array<item_bonus_entry_t, 20228> __item_bonus_data { {
{ 2, 1, 2, 7, 15789, 0, 0, 0 },
{ 899, 1, 4, 2015, 0, 0, 0, 1 },
{ 971, 1, 7, 1, 1, 0, 0, 2 },
Expand Down Expand Up @@ -20226,5 +20226,7 @@ static constexpr std::array<item_bonus_entry_t, 20226> __item_bonus_data { {
{ 31725, 13987, 23, 237622, 0, 0, 0, 1 },
{ 31755, 14001, 0, 0, 0, 0, 0, 0 },
{ 31758, 14004, 0, 0, 0, 0, 0, 0 },
{ 31849, 14047, 51, 490, 0, 0, 0, 0 },
{ 31850, 14048, 51, 176, 0, 0, 0, 0 },
} };

6 changes: 4 additions & 2 deletions engine/dbc/generated/item_scaling.inc
Original file line number Diff line number Diff line change
Expand Up @@ -171124,7 +171124,7 @@ static constexpr std::array<curve_point_t, 171121> __curve_point_data { {
} };

// Item Scaling Config data, wow build 12.1.0.69587
static constexpr std::array<item_scaling_config_data_t, 417> __item_scaling_config_data { {
static constexpr std::array<item_scaling_config_data_t, 418> __item_scaling_config_data { {
{ 1, 12, 70, 70, 0 },
{ 2, 13, 70, 70, 0 },
{ 3, 14, 70, 70, 0 },
Expand Down Expand Up @@ -171542,10 +171542,11 @@ static constexpr std::array<item_scaling_config_data_t, 417> __item_scaling_conf
{ 484, 69, 0, 0, 2 },
{ 485, 68, 0, 0, 2 },
{ 489, 71, 0, 0, 2 },
{ 490, 72, 0, 0, 2 },
} };

// Item Offset Curve data, wow build 12.1.0.69587
static constexpr std::array<item_offset_curve_data_t, 69> __item_offset_curve_data { {
static constexpr std::array<item_offset_curve_data_t, 70> __item_offset_curve_data { {
{ 1, 6243, 0 },
{ 2, 6243, -6 },
{ 3, 6243, -3 },
Expand Down Expand Up @@ -171615,5 +171616,6 @@ static constexpr std::array<item_offset_curve_data_t, 69> __item_offset_curve_da
{ 68, 109508, 6 },
{ 69, 109508, 0 },
{ 71, 92772, 0 },
{ 72, 109508, 13 },
} };

Loading