From 8c8f62f7a1e65a59298a73beab9b4507f8efa719 Mon Sep 17 00:00:00 2001 From: vietdungdev Date: Mon, 18 May 2026 17:45:17 +0700 Subject: [PATCH] update runeword name --- pkg/data/item/runeword.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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,