Ignore:
Timestamp:
Aug 8, 2009, 3:34:54 PM (15 years ago)
Author:
george
Message:
  • Opraveno: Zpracování informací o selhání serveru a uložení do datanáze.
  • Opraveno: Generování čísla světů do databáze realmlistu a konfiguračních souborů realmů.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/www/model/realm.php

    r66 r67  
    219219    $EmulatorConfig = new MangosConfigurationFile($this->Database);
    220220    $EmulatorConfig->Load($RealmEtcDir.'mangosd.conf');
     221    $EmulatorConfig->ParameterList['RealmID'] = $this->Data['Id'];
    221222    $EmulatorConfig->ParameterList['LoginDatabaseInfo'] = 'localhost;3306;server'.$this->Data['Server'].';server'.$this->Data['Server'].';server'.$this->Data['Server'].'_realmd';
    222223    $EmulatorConfig->ParameterList['WorldDatabaseInfo'] = 'localhost;3306;server'.$this->Data['Server'].';server'.$this->Data['Server'].';realm'.$this->Id.'_mangos';
Note: See TracChangeset for help on using the changeset viewer.