Merge pull request #18 from Fannybaws/fixtypo

Just a typo fix
This commit is contained in:
Shadow
2013-12-07 02:02:29 -08:00
+1 -1
View File
@@ -2436,7 +2436,7 @@ class Automation {
if(($data['t11']-$dead11-$traped11)> 0){ //hero if(($data['t11']-$dead11-$traped11)> 0){ //hero
if ($heroxp == 0) { if ($heroxp == 0) {
$xp=""; $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 { } else {
$xp=" and gained ".$heroxp." XP from the battle"; $xp=" and gained ".$heroxp." XP from the battle";
$info_hero = $hero_pic.",Your hero gained ".$heroxp." XP"; $info_hero = $hero_pic.",Your hero gained ".$heroxp." XP";