Skip to content

Commit

Permalink
Change fireclaw to iceclaw in combo mode
Browse files Browse the repository at this point in the history
  • Loading branch information
DerpleMQ2 committed Jan 2, 2024
1 parent 8b3cf4e commit db7e5e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion class_configs/wiz_class_config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -848,7 +848,7 @@ return {
gem = 1,
spells = {
[1] = { name = string.format("%sClaw", RGMercModules:execModule("Class", "GetClassModeName")), },
[2] = { name = "FireClaw", },
[2] = { name = "IceClaw", },
[3] = { name = "StunSpell", },
},
},
Expand Down
2 changes: 1 addition & 1 deletion version.lua
Original file line number Diff line number Diff line change
@@ -1 +1 @@
return { commitId = '705392f 2024-01-02' }
return { commitId = '8b3cf4e 2024-01-02' }

0 comments on commit db7e5e2

Please sign in to comment.