Skip to content

Commit e54cf07

Browse files
committed
Change exception for part of a rune after update of loot parser.
1 parent 4595f32 commit e54cf07

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

src/main/kotlin/com/wikia/tibia/v2/domain/LootStatisticsService.kt

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -168,12 +168,7 @@ class LootStatisticsService(
168168
"Lesser Fire Devil" to listOf("Small Pitchfork"),
169169
"Troll Marauder" to listOf("Bunch of Troll Hair", "Trollroot"),
170170
"The Percht Queen" to listOf("The Crown of the Percht Queen", "Giant Shimmering Pearl"),
171-
"Lady Tenebris" to listOf("Part of a Rune"),
172-
"Melting Frozen Horror" to listOf("Part of a Rune"),
173-
"Soul of Dragonking Zyrtarch" to listOf("Part of a Rune"),
174-
"The Time Guardian" to listOf("Part of a Rune"),
175-
"The Blazing Time Guardian" to listOf("Part of a Rune"),
176-
"The Freezing Time Guardian" to listOf("Part of a Rune"),
171+
"The Last Lore Keeper" to listOf("Part of a Rune"),
177172
)
178173
private val lootStatisticsTableEntriesNotToBeUsedOnCreaturePage = listOf(
179174
"Empty",

0 commit comments

Comments
 (0)