From 502b2a0c1548c9df8b192f7b1e0ed0712705e4b7 Mon Sep 17 00:00:00 2001 From: elfenland Date: Fri, 15 Aug 2014 14:06:58 +0000 Subject: [PATCH] fixed #144, verlinkung war fehlerhaft --- ag/info/attacken.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ag/info/attacken.php b/ag/info/attacken.php index f470803..771ed98 100644 --- a/ag/info/attacken.php +++ b/ag/info/attacken.php @@ -326,7 +326,7 @@ function atksHeaderRasse($type,$link,$fruchttyp) { } else if($type == -1) { // TF's $links[] = 'Parameciafrüchte'; $links[] = 'Zoanfrüchte'; - $links[] = 'Logiafrüchte'; + $links[] = 'Logiafrüchte'; } echo implode(' - ', $links);