Skip to content

Commit

Permalink
Move owlkin frenzy ppm from rotation to option settings
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmyt857 committed Oct 11, 2023
1 parent ee16f2c commit 8f13370
Show file tree
Hide file tree
Showing 9 changed files with 342 additions and 344 deletions.
5 changes: 3 additions & 2 deletions proto/druid.proto
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ message BalanceDruid {
bool use_smart_cooldowns = 9;
bool maintain_faerie_fire = 10;
int32 player_latency = 11;
float okf_ppm = 14;
float okf_ppm = 14 [deprecated = true];

enum EclipsePrio {
Lunar = 0;
Expand All @@ -207,7 +207,8 @@ message BalanceDruid {

message Options {
UnitReference innervate_target = 1;
}
float okf_uptime = 2;
}
Options options = 3;
}

Expand Down
Loading

0 comments on commit 8f13370

Please sign in to comment.