From c420c01c50f384f525cf42a37612833e718ff5cf Mon Sep 17 00:00:00 2001 From: thislooksfun Date: Thu, 17 Oct 2019 20:56:29 -0500 Subject: [PATCH] Remove TODO The merging should be handled by the consumer that wants them merged, not by the skill index --- src/assets/earthdawn/skills/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/assets/earthdawn/skills/index.js b/src/assets/earthdawn/skills/index.js index 9606b66f..217f7e86 100644 --- a/src/assets/earthdawn/skills/index.js +++ b/src/assets/earthdawn/skills/index.js @@ -13,5 +13,4 @@ files.keys().forEach(key => { skills[s.name] = s; }); -// TODO: MERGE RESULT WITH TALENTS THAT CAN BE USED AS A SKILL export default skills;