Changeset 514 for trunk/import/cmd.php
- Timestamp:
- Feb 16, 2013, 8:31:12 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/import/cmd.php
r504 r514 64 64 if(($Group['MangosTable'] != '') and ($Group['TablePrefix'] != '') and ($Group['MangosDatabase'] == 'mangos')) 65 65 { 66 $Output .= ' '.$TranslationTree[$Group['Id']]['Name'].' ' );67 ImportSQLMangos($Config['Web']['GameVersion'], $Group['Id'];66 $Output .= ' '.$TranslationTree[$Group['Id']]['Name'].' '; 67 ImportSQLMangos($Config['Web']['GameVersion'], $Group['Id']); 68 68 $Output .= ' 69 69 '; … … 76 76 if(($Group['DBCFileName'] != '') and ($Group['TablePrefix'] != '')) 77 77 { 78 $Output .= ' '.$TranslationTree[$Group['Id']]['Name'].' ' );79 ImportDBC($Config['Web']['GameVersion'], $Group['Id'] ;78 $Output .= ' '.$TranslationTree[$Group['Id']]['Name'].' '; 79 ImportDBC($Config['Web']['GameVersion'], $Group['Id']); 80 80 $Output .= ' 81 81 ';
Note:
See TracChangeset
for help on using the changeset viewer.