Changeset 313
- Timestamp:
- 01/07/08 13:51:24 (15 years ago)
- Location:
- dev
- Files:
-
- 3 modified
Legend:
- Unmodified
- Added
- Removed
-
dev/common/includes/globals.php
r312 r313 1 1 <?php 2 2 // current subversion revision 3 preg_match('/\$Re'.'vision: (.*?) \$/', '$Revision: 31 2$', $match);3 preg_match('/\$Re'.'vision: (.*?) \$/', '$Revision: 313 $', $match); 4 4 define('SVN_REV', $match[1]); 5 5 -
dev/mods/fitting/kill_detail.php
r311 r313 191 191 192 192 //Fitting, KE - add destroyed items to an array of all fitted items. 193 if( $destroyed->getLocationID() < 6&& ($item->get_used_launcher_group($item->getName()) == 0))193 if(($destroyed->getLocationID() != 4) && ($destroyed->getLocationID() != 6) && ($item->get_used_launcher_group($item->getName()) == 0)) 194 194 { 195 195 for ($count = 0; $count < $destroyed->getQuantity(); $count++) … … 217 217 218 218 //Fitting -KE, add dropped items to the list 219 if(($dropped->getLocationID() != 4) && ($ item->get_used_launcher_group($item->getName()) == 0))219 if(($dropped->getLocationID() != 4) && ($dropped->getLocationID() != 6) && ($item->get_used_launcher_group($item->getName()) == 0)) 220 220 { 221 221 for ($count = 0; $count < $dropped->getQuantity(); $count++) -
dev/mods/history/history.xml
r312 r313 1 1 <?xml version="1.0" ?> 2 2 <history> 3 <changeset> 4 <rev>313</rev> 5 <author>ralle030583</author> 6 <date>07.01.2008</date> 7 <comment> 8 <type>FIX</type> 9 <text> 10 Fitting Mod, preparing slots caused a timeout. 11 related to : http://www.eve-dev.net/e107_plugins/forum/forum_viewtopic.php?7976 12 </text> 13 </comment> 14 </changeset> 3 15 <changeset> 4 16 <rev>312</rev>