Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[test] Game data update (Build 58046) #9790

Merged
merged 2 commits into from
Dec 14, 2024
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
20 changes: 19 additions & 1 deletion SpellDataDump/allspells_ptr.txt
Original file line number Diff line number Diff line change
Expand Up @@ -410802,7 +410802,7 @@ Attributes : Passive (6), Do Not Display (Spellbook, Aura Icon, Combat Log
Effects :
#1 (id=1139369) : Apply Aura (6) | Apply Percent Modifier w/ Label (218): Spell Direct Amount (0)
Base Value: 25 | Scaled Value: 25 | Misc Value 2: 3494 (Label) | Target: Self (1)
Affected Spells (Label): Hydrobubble (444490), Lava Burst (447419), Chain Lightning (447425)
Affected Spells (Label): Hydrobubble (444490), Lava Burst (447419), Chain Lightning (447425), Elemental Blast (465717)
Description : Your Ancestors' spells are $s1% more powerful.

Name : Call of the Ancestors (id=443450) [Spell Family (11), Passive, Hidden]
Expand Down Expand Up @@ -457839,6 +457839,24 @@ Effects :
Base Value: 0 | Scaled Value: 0 (delta=0.05) | SP Coefficient: 0.687926 | Radius: 0 - 8 yards | Target: At Enemy (53) -> At Enemy in Area (16)
Description : $@spelldesc205385

Name : Elemental Blast (id=465717) [Spell Family (11)]
Class : Shaman
School : Elemental
Spell Type : Magic
Range : 100 yards
Max Targets : 1
Velocity : 40 yards/sec
Labels : 16: Class Spells
: 24: Shaman Spells
: 292
: 3022
: 3494: Latent Wisdom (443449 effect#1)
Attributes : Do Not Display Range (126), Allow Class Ability Procs (416), Do Not Display Cast Time (441)
Effects :
#1 (id=1177886) : School Damage (2): elemental
Base Value: 0 | Scaled Value: 0 | SP Coefficient: 2.60489 | PvP Coefficient: 0.44 | Target: Enemy (6)
Description : Harnesses the raw power of the elements, dealing $s1 Elemental damage and increasing your Critical Strike or Haste by $118522s1% or Mastery by ${$173184s1*$168534bc1}% for $118522d.

Name : Stormbringer's Runed Citrine (id=465961)
School : Froststorm
Spell Type : None
Expand Down
2 changes: 1 addition & 1 deletion SpellDataDump/build_info_ptr.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
SimulationCraft 1100-02 for World of Warcraft 11.0.7.58046 PTR (hotfix 2024-12-12/58046)
SimulationCraft 1100-02 for World of Warcraft 11.0.7.58046 PTR (hotfix 2024-12-14/58046)
20 changes: 19 additions & 1 deletion SpellDataDump/shaman_ptr.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14520,7 +14520,7 @@ Attributes : Passive (6), Do Not Display (Spellbook, Aura Icon, Combat Log
Effects :
#1 (id=1139369) : Apply Aura (6) | Apply Percent Modifier w/ Label (218): Spell Direct Amount (0)
Base Value: 25 | Scaled Value: 25 | Misc Value 2: 3494 (Label) | Target: Self (1)
Affected Spells (Label): Hydrobubble (444490), Lava Burst (447419), Chain Lightning (447425)
Affected Spells (Label): Hydrobubble (444490), Lava Burst (447419), Chain Lightning (447425), Elemental Blast (465717)
Description : Your Ancestors' spells are $s1% more powerful.

Name : Call of the Ancestors (id=443450) [Spell Family (11), Passive, Hidden]
Expand Down Expand Up @@ -17380,6 +17380,24 @@ Effects :
Description : $@spelldesc207399
Tooltip : Granting allies $207498s1% increased health and the possibility of resurrection.

Name : Elemental Blast (id=465717) [Spell Family (11)]
Class : Shaman
School : Elemental
Spell Type : Magic
Range : 100 yards
Max Targets : 1
Velocity : 40 yards/sec
Labels : 16: Class Spells
: 24: Shaman Spells
: 292
: 3022
: 3494: Latent Wisdom (443449 effect#1)
Attributes : Do Not Display Range (126), Allow Class Ability Procs (416), Do Not Display Cast Time (441)
Effects :
#1 (id=1177886) : School Damage (2): elemental
Base Value: 0 | Scaled Value: 0 | SP Coefficient: 2.60489 | PvP Coefficient: 0.44 | Target: Enemy (6)
Description : Harnesses the raw power of the elements, dealing $s1 Elemental damage and increasing your Critical Strike or Haste by $118522s1% or Mastery by ${$173184s1*$168534bc1}% for $118522d.

Name : Windfury (id=466440) [Spell Family (11), Hidden]
Class : Shaman
School : Nature
Expand Down
4 changes: 2 additions & 2 deletions engine/dbc/generated/client_data_version_ptr.inc
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

// Hotfix data versioning information

#define PTR_CLIENT_DATA_HOTFIX_DATE "2024-12-12"
#define PTR_CLIENT_DATA_HOTFIX_DATE "2024-12-14"
#define PTR_CLIENT_DATA_HOTFIX_BUILD (58046)
#define PTR_CLIENT_DATA_HOTFIX_HASH "7ea11b1599f163b6b3a4d939a7317e1045e45ff5086341db1537a71c880292cf"
#define PTR_CLIENT_DATA_HOTFIX_HASH "da9b8d341400cf02014e04ba78ccf6ee7b463d0d37e54967c7df2553181ed007"

#endif /* PTR_CLIENT_DATA_VERSION_INC*/
Loading