Файл: include/table_name.php
Строк: 8
<?php
//games table
$table_objects="game_objects";
$table_params="game_params";
$table_creature="game_mobs";
$table_creature_state="game_mobs_place";
$table_chain="game_chain";
$table_room = "game_room";
$table_room_exits = "game_room_exits";
$table_quest_msg="game_quest_dialog";
//player tables
$table_player="data_player";
$table_player_skill="data_player_skill";
$table_player_things="data_player_things";
$table_shop="data_shop";
$table_chat_msg="data_chat_msg";
$table_drop="data_drop";
$table_transfer="data_transfer";
//zones
$table_mobs_state="data_mobs_state";
//logs tables
$table_logs_players="logs_players";
$table_logs_storage="logs_storage";
?>