mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-08-01 02:16:15 -04:00
Fixed lifeday gifts, swoop deed, inspire, +fixme
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user