mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-06-28 00:24:23 +00:00
fix: spies fixed via armando1980
This commit is contained in:
@@ -168,6 +168,13 @@ class Battle {
|
||||
$walllevel=$post['walllevel'];
|
||||
$wall = $walllevel;
|
||||
$palast = $post['palast'];
|
||||
|
||||
if($scout ==1 && $defscout==0) {
|
||||
$walllevel = 0;
|
||||
$wall = 0;
|
||||
$palast = 0;
|
||||
}
|
||||
|
||||
if($scout ==1) {
|
||||
$palast = 0; //no def point palace n residence when scout
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user