Fixed minor error

This commit is contained in:
Treeku
2014-05-31 21:14:41 +01:00
parent 8910f726d1
commit 76b5f7e4d5
+1 -1
View File
@@ -714,7 +714,7 @@ public class ObjectService implements INetworkDispatch {
creature.addCooldown(cooldownGroup, object.getIntAttribute("reuse_time"));
}
templateFound = true;
foundTemplate = true;
break;
}