Fixed remove skill mod error, some equipment stuff aswell

This commit is contained in:
Seefo
2014-04-03 13:42:53 -04:00
parent f3f57b5d75
commit f6c03c19aa
3 changed files with 15 additions and 17 deletions
@@ -605,7 +605,7 @@ public class CreatureObject extends TangibleObject implements IPersistent {
public void removeSkillMod(SkillMod mod) {
if (mod != null) {
skillMods.remove(mod.getName());
skillMods.remove(mod);
}
}