fix: message sending always comes from nature

This commit is contained in:
Martin Ambrus
2017-11-08 08:06:27 +01:00
parent 19770a5418
commit 1c93b6abef
+1 -1
View File
@@ -489,7 +489,7 @@ class Alliance {
// send the new founder an in-game message, notifying them of their election
$database->sendMessage(
$newleader,
1,
2,
'You are now leader of your alliance',
"Hi!\n\nThis is to inform you that the former leader of your alliance - <a href=\"".rtrim(SERVER, '/')."/spieler.php?uid=".(int) $session->uid."\">".$database->escape($session->username)."</a>, has decided to quit and elected you as his replacement. You now gain full access, administration and responsibilities to your alliance.\n\nGood luck!\n\nYours sincerely,\n<i>Server Robot :)</i>",
0,