mirror of
https://github.com/tbamud/tbamud.git
synced 2026-02-21 23:14:07 +01:00
Stat zone no arg defaults to current zone and fixed shop listing color formatting. --Rumble
This commit is contained in:
parent
52194dacdd
commit
9b3bc051f9
4 changed files with 6 additions and 4 deletions
|
|
@ -1156,7 +1156,8 @@ o->contains) ? "1" : "0"));
|
|||
snprintf(str, slen, "1");
|
||||
else
|
||||
snprintf(str, slen, "0");
|
||||
}
|
||||
} else
|
||||
snprintf(str, slen, "0");
|
||||
}
|
||||
|
||||
else if (!str_cmp(field, "weight")){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue