update runeword name

This commit is contained in:
vietdungdev
2026-05-18 17:45:17 +07:00
parent db3f190727
commit 8c8f62f7a1

View File

@@ -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,