Mercurial > eagle-eye
comparison Ikariam.pm @ 204:95d47d69c202
removed unused buildingIds
author | "Rex Tsai <chihchun@kalug.linux.org.tw>" |
---|---|
date | Mon, 03 Nov 2008 17:02:07 +0800 |
parents | e9f111057392 |
children | d9f17bcbf1f1 |
comparison
equal
deleted
inserted
replaced
203:60f4ce7e1f63 | 204:95d47d69c202 |
---|---|
114 ), | 114 ), |
115 server => $server, | 115 server => $server, |
116 user => $user, | 116 user => $user, |
117 pass => $pass, | 117 pass => $pass, |
118 debug => undef, | 118 debug => undef, |
119 buildingIDs => { | |
120 townHall => 0, | |
121 townhall => 0, | |
122 port => 3, | |
123 academy => 4, | |
124 shipyard => 5, | |
125 barracks => 6, | |
126 warehouse => 7, | |
127 wall => 8, | |
128 tavern => 9, | |
129 museum => 10, | |
130 palace => 11, | |
131 embassy => 12, | |
132 branchOffice => 13, | |
133 workshop => 15, | |
134 'workshop-army' => 15, | |
135 'workshop-fleet' => 15, | |
136 safehouse => 16, | |
137 palaceColony => 17, | |
138 resource => 1, | |
139 tradegood => 2 | |
140 } | |
141 }; | 119 }; |
142 | 120 |
143 | 121 |
144 # if debug | 122 # if debug |
145 LWP::Debug::level('+trace'); | 123 LWP::Debug::level('+trace'); |