Skip to content

Commit

Permalink
SK updates for TLP
Browse files Browse the repository at this point in the history
  • Loading branch information
DerpleMQ2 committed Jan 7, 2024
1 parent a1493f7 commit 220b173
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions class_configs/shd_class_config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1091,6 +1091,8 @@ local _ClassConfig = {
{
gem = 1,
spells = {
-- On a TLP we might not have 9 gem slots so load Terror here
{ name = "Terror", cond = function(self) return mq.TLO.Me.NumGems() <= 8 end, },
{ name = "DireDot", },
},
},
Expand Down
2 changes: 1 addition & 1 deletion extras/version.lua
Original file line number Diff line number Diff line change
@@ -1 +1 @@
return { commitId = 'f600576 2024-01-07' }
return { commitId = 'a1493f7 2024-01-07' }

0 comments on commit 220b173

Please sign in to comment.