mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-07-31 01:15:57 -04:00
(BugFix) Officer group buff's will now check ranges (BugFix) Group buffs applied when a player joins a group as long as they are within range (BugFix) /inspire will now take a command string for target (BugFix) /imagedesign will now take a command string for target
This commit is contained in:
@@ -92,7 +92,6 @@ public class SkillService implements INetworkDispatch {
|
||||
|
||||
if (isTitle == true) {
|
||||
core.playerService.addPlayerTitle(player, skill);
|
||||
Console.println("Gave skill title: " + skill);
|
||||
}
|
||||
|
||||
if (isProfession) {
|
||||
@@ -118,7 +117,6 @@ public class SkillService implements INetworkDispatch {
|
||||
|
||||
for (String skillName : skillsRequired) {
|
||||
if (skillName != "" && !creature.hasSkill(skillName)) {
|
||||
System.out.println("Skill Name: " + skillName);
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user