fix WW villages and buildingplan create

This commit is contained in:
unknown
2012-08-03 15:22:39 +03:00
parent 98ecb39984
commit b6d9dc3370
6 changed files with 8 additions and 3 deletions
@@ -68,6 +68,7 @@ NOTE: If the above criteria is not met during the attack, the next attack on tha
To build a Treasure Chamber (Treasury), you will need a Main Building level 10 and the village MUST NOT be a Capital or contain a World Wonder.
To build a World Wonder, you must own the Construction Plans yourself (you = the World Wonder Village Owner) from level 0 to 50, and then from level 51 to 100 you will need an additional set of Construction Plans in your Alliance! Two sets of Construction Plans in the World Wonder Village Account will not work!" ,$text);
$text = utf8_encode($text);
fwrite($fh, $text);
$query="SELECT * FROM ".TB_PREFIX."users ORDER BY id + 0 DESC";