Mercurial > eagle-eye
comparison agent.pl @ 235:a89e049d1d31
fixed typo
author | "Rex Tsai <chihchun@kalug.linux.org.tw>" |
---|---|
date | Thu, 06 Nov 2008 20:32:52 +0800 |
parents | f6836ef11203 |
children | cf08e01f5713 |
comparison
equal
deleted
inserted
replaced
231:c0b9604b0be9 | 235:a89e049d1d31 |
---|---|
397 triggerAction($action, $cityId); | 397 triggerAction($action, $cityId); |
398 } | 398 } |
399 DumpFile("city-$cityId-dump.yaml", $cities->{$cityId}); | 399 DumpFile("city-$cityId-dump.yaml", $cities->{$cityId}); |
400 } | 400 } |
401 DumpFile("research-dump.yaml", $i->{'research'}); | 401 DumpFile("research-dump.yaml", $i->{'research'}); |
402 DumpFile("wares-dump.yaml", $i->{'military'}); | 402 DumpFile("wars-dump.yaml", $i->{'military'}); |
403 | 403 |
404 $i->logout; | 404 $i->logout; |
405 | 405 |
406 sub triggerAction { | 406 sub triggerAction { |
407 my ($action, $cityId) = @_; | 407 my ($action, $cityId) = @_; |