mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-09-23 02:17:05 +08:00
fix: manual content-type for map scroll
This commit is contained in:
@@ -11,6 +11,7 @@
|
|||||||
|
|
||||||
switch($_GET['f']) {
|
switch($_GET['f']) {
|
||||||
case 'k7':
|
case 'k7':
|
||||||
|
header('Content-Type: application/json');
|
||||||
$x = preg_replace("/[^a-zA-Z0-9_-]/","",$_GET['x']);
|
$x = preg_replace("/[^a-zA-Z0-9_-]/","",$_GET['x']);
|
||||||
$y = preg_replace("/[^a-zA-Z0-9_-]/","",$_GET['y']);
|
$y = preg_replace("/[^a-zA-Z0-9_-]/","",$_GET['y']);
|
||||||
$xx = preg_replace("/[^a-zA-Z0-9_-]/","",$_GET['xx']);
|
$xx = preg_replace("/[^a-zA-Z0-9_-]/","",$_GET['xx']);
|
||||||
|
|||||||
@@ -26,3 +26,5 @@
|
|||||||
- normalize forum tables - varchar is used for numeric values and is joined with int field
|
- normalize forum tables - varchar is used for numeric values and is joined with int field
|
||||||
- task 1 => construct woodcutter will not reload the page when finished, so it would still seem that woodcutter build is in progress
|
- task 1 => construct woodcutter will not reload the page when finished, so it would still seem that woodcutter build is in progress
|
||||||
- it's possible to train 2 senators - when 1 is trained, another one is possible to be trained
|
- it's possible to train 2 senators - when 1 is trained, another one is possible to be trained
|
||||||
|
- add registered date into user details in Admin
|
||||||
|
- npc shop button is missing from settlers training (palace)
|
||||||
Reference in New Issue
Block a user