Skip to content

Commit 88b4f91

Browse files
authored
Merge pull request #146 from fmasa/lore-winds
Fix wrong Lore -> Wind associations
2 parents 5829f95 + dd8699f commit 88b4f91

File tree

1 file changed

+4
-4
lines changed
  • common/src/commonMain/kotlin/cz/frantisekmasa/wfrp_master/common/compendium/domain

1 file changed

+4
-4
lines changed

common/src/commonMain/kotlin/cz/frantisekmasa/wfrp_master/common/compendium/domain/SpellLore.kt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ enum class SpellLore(
1010
BEASTS({ it.spells.lores.beasts }, "Ghur"),
1111
DEATH({ it.spells.lores.death }, "Shyish"),
1212
FIRE({ it.spells.lores.fire }, "Aqshy"),
13-
HEAVENS({ it.spells.lores.heavens }, "Heavens"),
14-
METAL({ it.spells.lores.metal }, "Azyr"),
15-
LIFE({ it.spells.lores.life }, "Chamon"),
16-
LIGHT({ it.spells.lores.light }, "Ghyran"),
13+
HEAVENS({ it.spells.lores.heavens }, "Azyr"),
14+
METAL({ it.spells.lores.metal }, "Chamon"),
15+
LIFE({ it.spells.lores.life }, "Ghyran"),
16+
LIGHT({ it.spells.lores.light }, "Hysh"),
1717
SHADOWS({ it.spells.lores.shadows }, "Ulgu"),
1818
HEDGECRAFT({ it.spells.lores.hedgecraft }, null),
1919
WITCHCRAFT({ it.spells.lores.witchcraft }, null),

0 commit comments

Comments
 (0)