added id field on monsters, so you can delete in phpmyadmin

fixed adding some creatures with ' and "
This commit is contained in:
slawkens1
2017-06-06 23:19:15 +02:00
parent f393e525a6
commit 4fa32e79ce
5 changed files with 16 additions and 5 deletions

View File

@@ -505,7 +505,7 @@ WHERE killers.death_id = '".$death['id']."' ORDER BY killers.final_hit DESC, kil
if($mostdmg)
{
$mostdmg = ($death['mostdamage_is_player']) ? getPlayerLink($death['mostdamage_by']) : $death['mostdamage_by'];
$dead_add_content .= '<br>and by ' . $mostdmg;
$dead_add_content .= ' and by ' . $mostdmg;
if ($death['mostdamage_unjustified']) {
$dead_add_content .= " <font color='red' style='font-style: italic;'>(unjustified)</font>";