Skip to content

Commit

Permalink
Fix Lethal Pride granting Phys as Extra Fire instead of Rage on hit (#…
Browse files Browse the repository at this point in the history
…7819)

Co-authored-by: LocalIdentity <[email protected]>
  • Loading branch information
LocalIdentity and LocalIdentity authored Jul 22, 2024
1 parent ef33778 commit 555ea22
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Data/TimelessJewelData/LegionPassives.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7694,10 +7694,10 @@ return {
},
},
[62] = {
["id"] = "karui_notable_add_physical_added_as_fire",
["dn"] = "Add Physical Added As Fire",
["id"] = "karui_notable_add_rage_on_hit",
["dn"] = "Add Rage on Hit",
["sd"] = {
[1] = "Gain 5% of Physical Damage as Extra Fire Damage",
[1] = "Gain 1 Rage on Melee Hit",
},
["sortedStats"] = {
[1] = "physical_damage_%_to_add_as_fire",
Expand Down

0 comments on commit 555ea22

Please sign in to comment.