File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ export const Home = ({ discordAuth }: HomeProps) => {
7272 const [ job , setJob ] = useState < Job > ( jobs [ 'DRK' ] )
7373 const [ rotationTitle , setRotationTitle ] = useState ( '' )
7474 const [ expansion , setExpansion ] = useState ( '' )
75- const [ patch , setPatch ] = useState < string > ( '7.4 ' )
75+ const [ patch , setPatch ] = useState < string > ( '7.5 ' )
7676 const [ level , setLevel ] = useState < number > ( 100 )
7777 const [ useBalanceLogo , setUseBalanceLogo ] = useState ( false )
7878 const [ rowCount , setRowCount ] = useState ( 1 )
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ export const createEmptyRecord = (options?: {
4040 title : options ?. title ?? en . defaults . rotationTitle ,
4141 job : 'DRK' ,
4242 expansion : options ?. expansion ?? en . defaults . expansion ,
43- patch : '7.4 ' ,
43+ patch : '7.5 ' ,
4444 level : 100 ,
4545 rowCount : 1 ,
4646 rowSpacing : null ,
You can’t perform that action at this time.
0 commit comments