Skip to content

Commit

Permalink
fix Magmorax not finding boss ID
Browse files Browse the repository at this point in the history
  • Loading branch information
ToppleTheNun committed May 10, 2023
1 parent dfed981 commit abbc05c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/game/raids/aberrus/Magmorax.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import Background from './backgrounds/Magmorax.jpg';
import Headshot from './headshots/Magmorax.jpg';

const Magmorax: Boss = {
id: 2688,
id: 2683,
name: 'Magmorax',
background: Background,
headshot: Headshot,
Expand Down

0 comments on commit abbc05c

Please sign in to comment.