khanat-code-old/code/ryzom/tools/server/admin/tool_actions.php
Fabien_HENON 11298004e9 Updating the world_editor_classes.xml file for the guild missions
- Adding new actions for guild missions
- Adding the guild option for some actions
- Adding the nb_guild_members_needed option for the objectives
2011-05-23 16:09:14 +02:00

15 lines
No EOL
323 B
PHP

<?php
require_once('common.php');
require_once('functions_tool_main.php');
nt_common_add_debug('-- Starting on \'tool_actions.php\'');
if (!tool_admin_applications_check('tool_actions')) nt_common_redirect('index.php');
$tpl->assign('tool_title', "Actions");
$tpl->display('tool_actions.tpl');
?>