mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-08-14 15:21:01 +00:00
Server Medal Reset Timer in NEW FUINCTION SYSTEM
Server Medal Reset Timer in NEW FUINCTION SYSTEM
This commit is contained in:
@@ -334,7 +334,7 @@ define("NEW_FUNCTIONS_MEDAL_5YEAR", %NEW_FUNCTIONS_MEDAL_5YEAR%);
|
||||
define("NEW_FUNCTIONS_MEDAL_10YEAR", %NEW_FUNCTIONS_MEDAL_10YEAR%);
|
||||
define("NEW_FUNCTIONS_SPECIAL_MEDALS_SYSTEM", %NEW_FUNCTIONS_SPECIAL_MEDALS_SYSTEM%);
|
||||
define("NEW_FUNCTIONS_MILESTONES", %NEW_FUNCTIONS_MILESTONES%);
|
||||
|
||||
define("NEW_FUNCTIONS_MEDAL_RESET", %NEW_FUNCTIONS_MEDAL_RESET%);
|
||||
|
||||
//////////////////////////////////////////
|
||||
// **** DO NOT EDIT SETTINGS **** //
|
||||
|
||||
@@ -170,6 +170,7 @@ class Process {
|
||||
$findReplace["%NEW_FUNCTIONS_MEDAL_10YEAR%"] = $_POST['new_functions_medal_10year'];
|
||||
$findReplace["%NEW_FUNCTIONS_SPECIAL_MEDALS_SYSTEM%"] = $_POST['new_functions_special_medals_system'];
|
||||
$findReplace["%NEW_FUNCTIONS_MILESTONES%"] = $_POST['new_functions_milestones'];
|
||||
$findReplace["%NEW_FUNCTIONS_MEDAL_RESET%"] = $_POST['new_functions_medal_reset'];
|
||||
|
||||
fwrite($gameConfig, str_replace(array_keys($findReplace), array_values($findReplace), $text));
|
||||
|
||||
|
||||
@@ -188,7 +188,6 @@ $dbPrefix = $_SESSION['install_random_prefix'];
|
||||
<div class="card">
|
||||
<span class="f10 c">NEW MECHANICS AND FUNCTIONS</span>
|
||||
<div class="grid-1" style="margin-top:12px;display:flex;flex-direction:column;gap:10px;">
|
||||
|
||||
<?php
|
||||
$mechs = [
|
||||
'new_functions_oasis' => 'Display oasis in profile',
|
||||
@@ -207,6 +206,7 @@ $mechs = [
|
||||
'new_functions_medal_5year' => 'Medal 5y',
|
||||
'new_functions_medal_10year' => 'Medal 10y',
|
||||
'new_functions_special_medals_system' => 'Special Medals System',
|
||||
'new_functions_medal_reset' => 'Medal Reset',
|
||||
'new_functions_milestones' => 'Server Milestones'
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user