Skip to content

Commit

Permalink
[DBC] Add missing pet spell for Warlock (simulationcraft#9114)
Browse files Browse the repository at this point in the history
* Update generator with missing Diabolist pet spell

* Regenerate spell data
  • Loading branch information
Azevara authored Jul 26, 2024
1 parent ce6931d commit 9312488
Show file tree
Hide file tree
Showing 4 changed files with 1,112 additions and 1,102 deletions.
1 change: 1 addition & 0 deletions dbc_extract3/dbc/generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -2152,6 +2152,7 @@ class SpellDataGenerator(DataGenerator):
( 427285, 0 ), # T31 - Dimensional Cinder
( 438973, 0 ), # Diabolist - Felseeker
( 434404, 0 ), # Diabolist - Felseeker
( 438823, 0 ), # Diabolic Bolt (pet spell)
),

# Monk:
Expand Down
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 "2024-07-25"
#define CLIENT_DATA_HOTFIX_DATE "2024-07-26"
#define CLIENT_DATA_HOTFIX_BUILD (55789)
#define CLIENT_DATA_HOTFIX_HASH "bda6b354c1605a02726bb0c20e8c6a829c45865fc24f6541ee88292ce8c7d1cc"
#define CLIENT_DATA_HOTFIX_HASH "ef42782e9ae5772658ec62abb557e9d24ac2013c43afdfac61a4becc4b56a84b"

#endif /* CLIENT_DATA_VERSION_INC*/
Loading

0 comments on commit 9312488

Please sign in to comment.