mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-07-13 16:16:07 +00:00
0934806e8d
Refactor PLUS System + Fix some bugs
18 lines
823 B
Smarty
18 lines
823 B
Smarty
<?php
|
|
|
|
#################################################################################
|
|
## -= YOU MAY NOT REMOVE OR CHANGE THIS NOTICE =- ##
|
|
## --------------------------------------------------------------------------- ##
|
|
## Project: TravianZ (Refactor incremental) ##
|
|
## File: 8.tpl ##
|
|
## Description: Finish All Plus ##
|
|
## Made by: alq0rsan ##
|
|
## Improved by: evader ##
|
|
## Refactor by: Shadow ##
|
|
## ##
|
|
#################################################################################
|
|
|
|
$building->finishAll('plus.php?id=3');
|
|
exit;
|
|
?>
|