Hollowhenge Spirit fix (partial fix for #4172)

This commit is contained in:
Zzooouhh 2017-11-25 08:48:21 +01:00 committed by GitHub
parent b035c436d5
commit 200e5e07bf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1201,6 +1201,7 @@ public class Combat implements Serializable, Copyable<Combat> {
for (CombatGroup group : groups) {
result |= group.remove(creatureId);
}
blockingGroups.remove(creatureId);
if (result && withInfo) {
game.informPlayers(creature.getLogName() + " removed from combat");
}