update runeword name
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user