Changeset 171 for trunk/aowow/configs/config.php
- Timestamp:
- Apr 9, 2009, 9:25:08 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/aowow/configs/config.php
- Property svn:executable deleted
-
Property svn:ignored
set to
*
r170 r171 7 7 $AoWoWconf['mangos']['user'] = $Config['Database']['User']; 8 8 $AoWoWconf['mangos']['pass'] = $Config['Database']['Password']; 9 $AoWoWconf['mangos']['db'] = ' AoWOW';9 $AoWoWconf['mangos']['db'] = 'wowpreklad_mangos'; 10 10 $AoWoWconf['mangos']['aowow'] = 'aowow_'; 11 11 // -- Realmd Database -- … … 13 13 $AoWoWconf['realmd']['user'] = $Config['Database']['User']; 14 14 $AoWoWconf['realmd']['pass'] = $Config['Database']['Password']; 15 $AoWoWconf['realmd']['db'] = ' realmd';15 $AoWoWconf['realmd']['db'] = 'wowpreklad_realmd'; 16 16 // Site Configuration 17 17 $AoWoWconf['aowow']['name'] = 'AoWoW';
Note:
See TracChangeset
for help on using the changeset viewer.