Fixed lifeday gifts, swoop deed, inspire, +fixme

This commit is contained in:
Treeku
2013-12-16 13:41:47 +00:00
parent 0696edef9d
commit d7d2f327a5
6 changed files with 11 additions and 8 deletions
+1 -1
View File
@@ -100,7 +100,7 @@ public class SkillService implements INetworkDispatch {
}
//exempt species skills from being returned -- they're marked godOnly but really meant to be granted
if ((!speciesSkill) && ( godOnly || isHidden)) {
if ((!speciesSkill) && (godOnly || isHidden)) {
return;
}