Changeset 23 for trunk/www/emulator.php
- Timestamp:
- Jun 12, 2009, 10:46:19 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/www/emulator.php
r17 r23 62 62 )); 63 63 } 64 65 function ExtractMaps() 66 { 67 $this->Task->Add('Vygenerování souborů map', array( 68 'cd wowclient/'.$this->Emulator['ClientVersion']['Version'].'/client', 69 'wine emulator/'.$this->Id.'/source/contrib/extractor/ad.exe', 70 'mv wowclient/'.$this->Emulator['ClientVersion']['Version'].'/client/dbc wowclient/'.$this->Emulator['ClientVersion']['Version'].'/', 71 'mv wowclient/'.$this->Emulator['ClientVersion']['Version'].'/client/maps wowclient/'.$this->Emulator['ClientVersion']['Version'].'/', 72 )); 73 return('Požadavek na vygenerování map zařazen.'); 74 } 64 75 } 65 76
Note:
See TracChangeset
for help on using the changeset viewer.