Populated Bestine Capitol Building with missing NPCs. Also spawns several other missi...
[swg-src.git] / tools / gatherViewerWarnings.pl
blobb498ce98c9a563d430609220a38345ba01c2a92c
1 while (<>)
3 chomp;
4 s/\d+\s+\d+\.\d+\s+\[\d+\]\s+//;
5 s/\s+$//;
7 $file = $_ if ($opening);
8 $opening = /^opening/;
10 if (defined($file) && /WARNING/)
12 print $file, "\n" if ($printed ne $file);
13 $printed = $file;
14 print "\t", $_, "\n"