Just a typo fix

This commit is contained in:
KFCSpike
2013-12-06 19:36:23 +00:00
parent 73402a437c
commit d51ad246a5
+1 -1
View File
@@ -2451,7 +2451,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";