Mercurial > eagle-eye
changeset 236:cf08e01f5713
merged.
author | "Rex Tsai <chihchun@kalug.linux.org.tw>" |
---|---|
date | Thu, 06 Nov 2008 20:36:24 +0800 |
parents | a89e049d1d31 (diff) b7ea7c43dbad (current diff) |
children | a254fb798eb9 |
files | agent.pl |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/agent.pl Thu Nov 06 20:34:27 2008 +0800 +++ b/agent.pl Thu Nov 06 20:36:24 2008 +0800 @@ -412,7 +412,7 @@ DumpFile("city-$cityId-dump.yaml", $cities->{$cityId}); } DumpFile("research-dump.yaml", $i->{'research'}); -DumpFile("wares-dump.yaml", $i->{'military'}); +DumpFile("wars-dump.yaml", $i->{'military'}); $i->logout;