- removed 6mb of trash (some useless things)
- (fix) TFS 1.x not showing promoted vocations in highscores
- otserv 0.6.x: fixed some warning (on the characters page) and fatal mysql error (on the mango signature)
- fixed default stamina on otserv 0.6.x engine (and some others perhaps)
- install: change permission check to is_writable
- changed highscores_groups_hidden to 3 (for TFS 1.x)
- updated background-artwork (tibiacom template) to the latest version, removed other ones
2 Comments
Leave a Reply
You must be logged in to post a comment.
Hello,
please add to function _mail (system\functions.php)
$mailer->ClearAddresses();
before
$mailer->AddAddress($to);
Does it prevent sending same message to same user when using multiple times?