diff --git a/GameEngine/Admin/Mods/natarbuildingplan.php b/GameEngine/Admin/Mods/natarbuildingplan.php index 52a47048..3bb54d18 100644 --- a/GameEngine/Admin/Mods/natarbuildingplan.php +++ b/GameEngine/Admin/Mods/natarbuildingplan.php @@ -68,7 +68,6 @@ 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"; diff --git a/create_account.php b/create_account.php index 424bdabe..efc928b3 100644 --- a/create_account.php +++ b/create_account.php @@ -444,12 +444,11 @@ have a hero in an attack If not, the next attack on that village, winning with a hero and empty treasury will take the building plan. -To build a WW, you must own a plan yourself (you = the WW village owner) from lvl 0 to 49, from 50 to 100 you need an additional plan in your alliance! Two plans in the WW village account won´t work! +To build a WW, you must own a plan yourself (you = the WW village owner) from lvl 0 to 49, from 50 to 100 you need an additional plan in your alliance! Two plans in the WW village account would not work! The construction plans are conquerable immediately when they appear to the server. There will be a countdown in game, showing the exact time of the release, 5 days prior to the launch." ,$text); - $text = utf8_encode($text); fwrite($fh, $text); $query="SELECT * FROM ".TB_PREFIX."users ORDER BY id + 0 DESC";