Changeset 67 for trunk/www/model/realm.php
- Timestamp:
- Aug 8, 2009, 3:34:54 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/www/model/realm.php
r66 r67 219 219 $EmulatorConfig = new MangosConfigurationFile($this->Database); 220 220 $EmulatorConfig->Load($RealmEtcDir.'mangosd.conf'); 221 $EmulatorConfig->ParameterList['RealmID'] = $this->Data['Id']; 221 222 $EmulatorConfig->ParameterList['LoginDatabaseInfo'] = 'localhost;3306;server'.$this->Data['Server'].';server'.$this->Data['Server'].';server'.$this->Data['Server'].'_realmd'; 222 223 $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.