Skip to content

Commit

Permalink
Added Fire/Magic Claw backups to slot 1
Browse files Browse the repository at this point in the history
  • Loading branch information
DerpleMQ2 committed Jan 2, 2024
1 parent db7e5e2 commit 58921f9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion class_configs/wiz_class_config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -849,7 +849,9 @@ return {
spells = {
[1] = { name = string.format("%sClaw", RGMercModules:execModule("Class", "GetClassModeName")), },
[2] = { name = "IceClaw", },
[3] = { name = "StunSpell", },
[3] = { name = "FireClaw", },
[4] = { name = "MagicClaw", },
[5] = { name = "StunSpell", },
},
},
[2] = {
Expand Down
2 changes: 1 addition & 1 deletion version.lua
Original file line number Diff line number Diff line change
@@ -1 +1 @@
return { commitId = '8b3cf4e 2024-01-02' }
return { commitId = 'db7e5e2 2024-01-02' }

0 comments on commit 58921f9

Please sign in to comment.