mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-08-31 15:47:14 +00:00
General fixes
+Fixed an exploit that permitted to starts other players' farm lists +Fixed an exploit that permitted to save our raids to other players' farm lists +Fixed an exploit that permitted to edit other players' farm lists +Fixed a rounding upkeep bug +Moved the whole startRaid.tpl to a new method in Units.php +A lot of clean-up +Improoved indentation +In the raid list, the "carry" image will now show to the left of an attack +Fixed a bug that displayed the wrong loot to returning troops released by traps +General minor bug fixing and improovements -Deleted a lot of redundant code
This commit is contained in:
@@ -6862,6 +6862,11 @@ div#map div#map_content div span.m6 {
|
||||
div#map div#map_content div span.m9 {
|
||||
background-image: url("../../img/m/mret.gif");
|
||||
}
|
||||
img.carry {
|
||||
background: url("../../img/a/car.gif") no-repeat scroll 0 0 transparent;
|
||||
height: 12px;
|
||||
width: 18px;
|
||||
}
|
||||
img.iReport {
|
||||
background-image: url("../../img/a/report_icons.gif");
|
||||
height: 17px;
|
||||
|
||||
Reference in New Issue
Block a user