Skip to content

Commit

Permalink
Fixed, now show name of creature when is target.
Browse files Browse the repository at this point in the history
  • Loading branch information
idmarinas committed Feb 11, 2021
1 parent 549361e commit 813a2a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/fightnav.php
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ function fightnav($allowspecial = true, $allowflee = true, $script = false)
}

\LotgdNavigation::addNavNotl(
($badguy['istarget'] ?? false) ? '`#*`0' : ''.$badguy['creaturename'],
(($badguy['istarget'] ?? false) ? '`#*`0' : '').$badguy['creaturename'],
"{$script}op=fight&newtarget={$index}"
);
}
Expand Down

0 comments on commit 813a2a2

Please sign in to comment.