mirror of
https://github.com/tbamud/tbamud.git
synced 2026-03-23 04:36:32 +01:00
Fix account/player/obj retention
This commit is contained in:
parent
fea7a9f1aa
commit
76408e2f4d
2 changed files with 4 additions and 11 deletions
8
.gitignore
vendored
8
.gitignore
vendored
|
|
@ -22,7 +22,7 @@ lib/acctfiles/K-O/*
|
|||
lib/acctfiles/P-T/*
|
||||
lib/acctfiles/U-Z/*
|
||||
lib/acctfiles/ZZZ/*
|
||||
lib/acctfiles/index
|
||||
lib/acctfiles/index*
|
||||
|
||||
# but do commit the placeholders
|
||||
!lib/acctfiles/A-E/00
|
||||
|
|
@ -39,7 +39,7 @@ lib/plrfiles/K-O/*
|
|||
lib/plrfiles/P-T/*
|
||||
lib/plrfiles/U-Z/*
|
||||
lib/plrfiles/ZZZ/*
|
||||
lib/plrfiles/index
|
||||
lib/plrfiles/index*
|
||||
|
||||
# but do commit the placeholders
|
||||
!lib/plrfiles/A-E/00
|
||||
|
|
@ -56,7 +56,7 @@ lib/plrvars/K-O/*
|
|||
lib/plrvars/P-T/*
|
||||
lib/plrvars/U-Z/*
|
||||
lib/plrvars/ZZZ/*
|
||||
lib/plrvars/index
|
||||
lib/plrvars/index*
|
||||
|
||||
# except the placeholders
|
||||
!lib/plrvars/A-E/00
|
||||
|
|
@ -73,7 +73,7 @@ lib/plrobjs/K-O/*
|
|||
lib/plrobjs/P-T/*
|
||||
lib/plrobjs/U-Z/*
|
||||
lib/plrobjs/ZZZ/*
|
||||
lib/plrobjs/index
|
||||
lib/plrobjs/index*
|
||||
|
||||
# except the placeholders
|
||||
!lib/plrobjs/A-E/00
|
||||
|
|
|
|||
|
|
@ -1,7 +0,0 @@
|
|||
[[player]]
|
||||
id = 1
|
||||
name = "kinther"
|
||||
level = 5
|
||||
flags = 0
|
||||
last = 1769189131
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue