Skip to content

Commit

Permalink
Add autosmite
Browse files Browse the repository at this point in the history
  • Loading branch information
stelar7 committed Nov 18, 2021
1 parent 0e93b7e commit 7da2d9d
Showing 1 changed file with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,16 @@ public enum SummonerSpellType implements CodedEnum
* Dash through spacetime, becoming briefly untargetable and invulnerable as you rapidly move towards a location.
*/
WARP(52, "SummonerTemp1"),
/**
* This slot will be replaced by another champion's ultimate selected at the start of the game. There will be 30 seconds to select an ultimate. Be prepared!
*/
ULTBOOK_1(54, "Summoner_Empty"),
/**
* This slot will be replaced by another champion's ultimate selected at the start of the game. There will be 30 seconds to select an ultimate. Be prepared!
*/
AUTO_SMITE(54, "Summoner_EmptySmite"),

ULTBOOK_1(54, "Placeholder"),;
;


private final Integer id;
Expand Down

0 comments on commit 7da2d9d

Please sign in to comment.