Skip to content

Commit

Permalink
Move Mage to Beta APL
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmyt857 committed Sep 23, 2023
1 parent 02d0a6c commit 8ae1922
Show file tree
Hide file tree
Showing 13 changed files with 1,223 additions and 1,219 deletions.
4 changes: 2 additions & 2 deletions proto/mage.proto
Original file line number Diff line number Diff line change
Expand Up @@ -199,10 +199,10 @@ message Mage {
bool ignite_munching = 6;

// Number of Evocation ticks to use. If 0, use all of them.
int32 evocation_ticks = 2;
int32 evocation_ticks = 2 [deprecated = true];
int32 focus_magic_percent_uptime = 3;
UnitReference focus_magic_target = 4;
int32 reaction_time_ms = 5;
int32 reaction_time_ms = 5 [deprecated = true];
}
Options options = 3;
}
Loading

0 comments on commit 8ae1922

Please sign in to comment.