Rename Dead flag to HasEverDied
This commit is contained in:
@@ -38,7 +38,7 @@ type MercOption struct {
|
|||||||
|
|
||||||
type CharacterFlags struct {
|
type CharacterFlags struct {
|
||||||
Hardcore bool
|
Hardcore bool
|
||||||
Dead bool
|
HasEverDied bool
|
||||||
Expansion bool
|
Expansion bool
|
||||||
Ladder bool
|
Ladder bool
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user