Changeset 109 for db/config.sample.php


Ignore:
Timestamp:
Oct 14, 2007, 1:35:47 PM (17 years ago)
Author:
hosiplan
Message:

+ možnost přihlásit se jako v minimanageru tzn. na herní ACC
+ jednoduchá administrace
+ správa bugů z bugreporter
+ export characteru
+ hledání creepů + jejich drop
+ úprava databáze

File:
1 edited

Legend:

Unmodified
Added
Removed
  • db/config.sample.php

    r102 r109  
    2222    'Description' => 'Neoficiální herní server hry World of Warcraft',
    2323    'Title' => 'Heroes of Fantasy - Databáze',
     24    'Abbr' => 'HoF',
    2425    'Admin' => 'Chronos',
    2526    'SubAdmin' => 'HosipLan',
     
    3132$Database = array(
    3233  'class' => array(
    33     1 => "",
    34     2 => ""
     34    1 => "Warrior",
     35    2 => "Paladin",
     36    3 => "Hunter",
     37    4 => "Rogue",
     38    5 => "Priest",
     39    6 => "",
     40    7 => "Shaman",
     41    8 => "Mage",
     42    9 => "Warlock",
     43    10 => "",
     44    11 => "Druid"
    3545    ),
    36   'race' => array(
    37     1 => "",
    38     2 => ""
     46  'race' => array(
     47    1 => "Human",
     48    2 => "Orc",
     49    3 => "Dwarf",
     50    4 => "Night Elf",
     51    5 => "Undead",
     52    6 => "Tauren",
     53    7 => "Gnome",
     54    8 => "Troll",
     55    9 => "",
     56    10 => "Blood Elf",
     57    11 => "Dranei"
    3958    ),
    4059  'item' => array(
     
    4665    2 => ""
    4766    ),
     67  'creep' => array(
     68    'type' => array(
     69      1 => "Beast",
     70      2 => "Dragonkin",
     71      3 => "Demon",
     72      4 => "Elemental",
     73      5 => "Giant",
     74      6 => "Undead",
     75      7 => "Humanoid",
     76      8 => "Critter",
     77      9 => "Mechanical",
     78      10 => "Not specified",
     79      11 => "Totem" ),
     80    )
    4881);
    4982
Note: See TracChangeset for help on using the changeset viewer.