diff --git a/pkg/data/item/runeword.go b/pkg/data/item/runeword.go index 0b8c8ce..c84a81e 100644 --- a/pkg/data/item/runeword.go +++ b/pkg/data/item/runeword.go @@ -17,7 +17,7 @@ const ( RunewordChaos RunewordName = "Chaos" RunewordCrescentMoon RunewordName = "Crescent Moon" RunewordDeath RunewordName = "Death" - RunewordDelerium RunewordName = "Delerium" + RunewordDelirium RunewordName = "Delirium" RunewordDestruction RunewordName = "Destruction" RunewordDoom RunewordName = "Doom" RunewordDragon RunewordName = "Dragon" @@ -120,7 +120,7 @@ var RunewordIDMap = map[int16]RunewordName{ 20522: RunewordChaos, 20523: RunewordCrescentMoon, 20526: RunewordDeath, - 20528: RunewordDelerium, + 20528: RunewordDelirium, 20531: RunewordDestruction, 20532: RunewordDoom, 20533: RunewordDragon,