Skip to content
Closed
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: 1 addition & 1 deletion SpellDataDump/build_info.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
SimulationCraft 1201-01 for World of Warcraft 12.0.1.65848 Live (hotfix 2026-02-10/65848)
SimulationCraft 1201-01 for World of Warcraft 12.0.1.65848 Live (hotfix 2026-02-11/65848)
4 changes: 2 additions & 2 deletions engine/dbc/generated/client_data_version.inc
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ static const wowv_t __client_data_version { 12, 0, 1, 65848 };

// Hotfix data versioning information

#define CLIENT_DATA_HOTFIX_DATE "2026-02-10"
#define CLIENT_DATA_HOTFIX_DATE "2026-02-11"
#define CLIENT_DATA_HOTFIX_BUILD (65848)
#define CLIENT_DATA_HOTFIX_HASH "228768a20804d911bb9d37510032e6600ea9b2f75106f94a31ba63e5be0a702d"
#define CLIENT_DATA_HOTFIX_HASH "19873f290e27b1c9a96f6f1e7d078477c5057a732977871cb7e65d94b2af90a9"

#endif /* CLIENT_DATA_VERSION_INC*/
12 changes: 11 additions & 1 deletion engine/dbc/generated/item_scaling.inc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Curve points data, wow build 12.0.1.65848
static constexpr std::array<curve_point_t, 164303> __curve_point_data { {
static constexpr std::array<curve_point_t, 164313> __curve_point_data { {
{ 8, 0, 0.00000f, 1.00000f, 0.00000f, 1.00000f },
{ 9, 0, 0.00000f, 1.00000f, 0.00000f, 1.00000f },
{ 11, 0, 0.00000f, 1.00000f, 0.00000f, 1.00000f },
Expand Down Expand Up @@ -164250,9 +164250,19 @@ static constexpr std::array<curve_point_t, 164303> __curve_point_data { {
{ 100222, 5, 0.57091f, -10.26738f, 0.50000f, -6.00000f },
{ 100222, 6, 0.75000f, -3.00000f, 0.75000f, -3.00000f },
{ 100222, 7, 1.00000f, 0.00000f, 1.00000f, 0.00000f },
{ 100226, 0, 0.00000f, -80.00000f, 0.00000f, -80.00000f },
{ 100226, 1, 0.03125f, -30.00000f, 0.03125f, -30.00000f },
{ 100226, 2, 0.06250f, -24.00000f, 0.06250f, -24.00000f },
{ 100226, 3, 0.10909f, -9.83957f, 0.12500f, -18.00000f },
{ 100226, 4, 0.17455f, 0.00000f, 0.25000f, -12.00000f },
{ 100226, 5, 0.47636f, 0.00000f, 0.50000f, -6.00000f },
{ 100226, 6, 0.71273f, 0.00000f, 0.75000f, -3.00000f },
{ 100226, 7, 1.00000f, 0.00000f, 1.00000f, 0.00000f },
{ 100227, 0, 0.00000f, 12.75314f, 0.00000f, 0.00000f },
{ 100227, 1, 0.29650f, 0.10042f, 0.00000f, 0.00000f },
{ 100227, 2, 3.55800f, 0.00000f, 0.00000f, 0.00000f },
{ 100235, 0, 0.00000f, 0.00000f, 0.00000f, 0.00000f },
{ 100235, 1, 4.41800f, 0.00000f, 0.00000f, 0.00000f },
{ 100237, 0, 0.00000f, -80.00000f, 0.00000f, 0.00000f },
{ 100237, 1, 251.09589f, -80.00000f, 0.00000f, 0.00000f },
{ 100237, 2, 293.83563f, -0.22988f, 0.00000f, 0.00000f },
Expand Down
Loading