Skip to content

Commit

Permalink
[live] Regenerate spell data (Build 59466)
Browse files Browse the repository at this point in the history
  • Loading branch information
seriallos committed Mar 4, 2025
1 parent 894336b commit 4ed2796
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
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 @@ -8,8 +8,8 @@

// Hotfix data versioning information

#define CLIENT_DATA_HOTFIX_DATE "2025-03-03"
#define CLIENT_DATA_HOTFIX_DATE "2025-03-04"
#define CLIENT_DATA_HOTFIX_BUILD (59466)
#define CLIENT_DATA_HOTFIX_HASH "4686da99d30a4f8f6451c0748220c0c256054cb37dd6f604809a508867e28bf6"
#define CLIENT_DATA_HOTFIX_HASH "a00418aa851b274439cb94775c062d8ec2c56970f328072f733c61e88a3c74bc"

#endif /* CLIENT_DATA_VERSION_INC*/
7 changes: 6 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 11.1.0.59466
static const std::array<curve_point_t, 122106> __curve_point_data { {
static const std::array<curve_point_t, 122111> __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 @@ -122106,5 +122106,10 @@ static const std::array<curve_point_t, 122106> __curve_point_data { {
{ 83863, 1, 0.40364f, 0.61497f, 0.40364f, 0.61497f },
{ 83863, 2, 0.71273f, 0.90909f, 0.71273f, 0.90909f },
{ 83863, 3, 1.00000f, 1.31016f, 1.00000f, 1.31016f },
{ 84311, 0, 0.00000f, 0.34759f, 0.00000f, 1.00000f },
{ 84311, 1, 0.08364f, 0.98930f, 0.00000f, 0.00000f },
{ 84311, 2, 0.41091f, 1.00000f, 0.00000f, 0.00000f },
{ 84311, 3, 0.64364f, 1.00000f, 0.00000f, 0.00000f },
{ 84311, 4, 1.00000f, 1.00000f, 0.00000f, 0.00000f },
} };

0 comments on commit 4ed2796

Please sign in to comment.