From 69da66c4106c2db28e567d37c6f1e9d1fd66baac Mon Sep 17 00:00:00 2001 From: Martin Ambrus Date: Sun, 29 Oct 2017 13:14:33 +0100 Subject: [PATCH] feat: forum notification message has a user link for one who was posting --- GameEngine/Database.php | 2 +- todo.txt | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/GameEngine/Database.php b/GameEngine/Database.php index 8397760e..aeb4c013 100755 --- a/GameEngine/Database.php +++ b/GameEngine/Database.php @@ -1570,7 +1570,7 @@ class MYSQLi_DB implements IDbConnection { (int) $row['owner'], 2, 'New Message in Alliance Forum', - "Hi!\n\n".$this->escape($session->username)." posted a new message into your common topic. Here\\'s a link that will get you there: forum link\n\nYours sincerely,\nServer Robot :)", + "Hi!\n\n".$this->escape($session->username)." posted a new message into your common topic. Here\\'s a link that will get you there: forum link\n\nYours sincerely,\nServer Robot :)", 0, 0, 0, diff --git a/todo.txt b/todo.txt index 7d894829..095a1604 100644 --- a/todo.txt +++ b/todo.txt @@ -1,4 +1,3 @@ -- link username to user when sending alliance forum notification message - link username to user in message sender - scale oasis regeneration with game progresses (now we have elephants and tigers everywhere) - add checkbox when sending units for a raid to include the attack in the raid list, if eligible