diff --git a/src/simulation/monsters/low/g-m/LavaDragon.ts b/src/simulation/monsters/low/g-m/LavaDragon.ts index 7c4a70066..4f7507c07 100644 --- a/src/simulation/monsters/low/g-m/LavaDragon.ts +++ b/src/simulation/monsters/low/g-m/LavaDragon.ts @@ -50,9 +50,9 @@ export const LavaDragonTable = new LootTable() .add(GemTable, 1, 5) /* Tertiary */ + .tertiary(18, 'Ensouled dragon head') .tertiary(250, "Clue scroll (elite)") - .tertiary(10_000, 'Draconic visage') - .tertiary(18, 'Ensouled dragon head'); + .tertiary(10_000, 'Draconic visage'); export default new SimpleMonster({ id: 6593,