[BUG] holding condition mmoitems dont read ID
- No matter holding any ID type SWORD it will always cast skill_B
- Holding different type or things not from mmoitems it will cast skill_A
skill_A:
Conditions:
- holding{m=mmoitems.SWORD.TEST} castinstead skill_B
Skills:
- command{c="say A"} @Self
skill_B:
Skills:
- command{c="say B"} @Self