Open Necromancer-code opened 3 weeks ago
In file:
src/main/java/com/questhelper/helpers/quests/coldwar/ColdWar.java
adding:
new ExperienceReward(Skill.ATTACK, 40));
to line 458
This looks like a solution, according to my 5 minutes of research.
Good find & report - I suspect we will want to make an ExperienceReward that shows up with a special text in the sidebar
Sounds good!
Actually, the Desert Easy Diary requires you to open a Pyramid Plunder Sarcophagus that give 20 Strength xp, and isn't filtered out with the Strength skill filter. Seems like a similar situation. 👍
Killing Icelords in the quest rewards 40 Attack xp. This means the quest should be filtered out with the Attack skill filter.
Probably a low priority fix, but should be quick.