From 14adacc9f2bb149691d9a20e7a9cfc387a6c0034 Mon Sep 17 00:00:00 2001 From: Shadow Date: Mon, 9 Dec 2013 17:37:34 +0200 Subject: [PATCH] Update Automation.php --- GameEngine/Automation.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GameEngine/Automation.php b/GameEngine/Automation.php index b7886902..bfadda62 100644 --- a/GameEngine/Automation.php +++ b/GameEngine/Automation.php @@ -2443,7 +2443,7 @@ class Automation { if(($data['t11']-$dead11-$traped11)> 0){ //hero if ($heroxp == 0) { $xp=""; - $info_hero = $hero_pic.",Your hero had nothing to kill therfore gains no XP at all"; + $info_hero = $hero_pic.",Your hero had nothing to kill therefore gains no XP at all"; } else { $xp=" and gained ".$heroxp." XP from the battle"; $info_hero = $hero_pic.",Your hero gained ".$heroxp." XP";