From db7ce71dfd0baf082438891c953ddd2d7c8b7c24 Mon Sep 17 00:00:00 2001 From: Shadow <1140613+Shadowss@users.noreply.github.com> Date: Fri, 11 May 2018 11:26:50 +0300 Subject: [PATCH] WW village message --- GameEngine/Automation.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/GameEngine/Automation.php b/GameEngine/Automation.php index ba9a988f..b903c998 100755 --- a/GameEngine/Automation.php +++ b/GameEngine/Automation.php @@ -3216,6 +3216,9 @@ class Automation { $database->setVillageFields($wid, ['natar', 'name'], [1, WWVILLAGE]); $this->recountPop($wid); } + + //Write the system message + $database->displaySystemMessage(WWVILLAGE); if(file_exists("GameEngine/Prevention/spawnWWVillages.txt")) { unlink("GameEngine/Prevention/spawnWWVillages.txt");