Ignore:
Timestamp:
Nov 23, 2007, 11:29:33 PM (17 years ago)
Author:
george
Message:

Minimanager 0.1.5b

File:
1 edited

Legend:

Unmodified
Added
Removed
  • minimanager/scripts/backup_tab.php

    r5 r142  
    1818);
    1919
    20 //list of tables in mangos db will be saved on Global backup
    21 $tables_backup_mangos = Array(
     20//list of tables in characters db will be saved on Global backup
     21$tables_backup_characters = Array(
    2222         "auctionhouse",
    2323         "arena_team",
     
    5959);
    6060
    61 //list of tables in mangos db you need to delete data from on user deletion
    62 $tab_del_user_mangos = Array(
     61//list of tables in characters db you need to delete data from on user deletion
     62$tab_del_user_characters = Array(
    6363        Array("auctionhouse","itemowner"),
    6464        Array("character_action","guid"),
     
    9898);
    9999
    100 //list of tables in mangos db you need to backup data from on single user backup
    101 $tab_backup_user_mangos = Array(
     100//list of tables in characters db you need to backup data from on single user backup
     101$tab_backup_user_characters = Array(
    102102        Array("character_action","guid"),
    103103        Array("character_aura","guid"),
Note: See TracChangeset for help on using the changeset viewer.