Bug Fixes: Issue #215 + #235 & Minor improvements.

(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:
Waverunner
2014-03-27 11:23:15 -04:00
parent c63c602367
commit bb85682bd6
23 changed files with 101 additions and 29 deletions
-2
View File
@@ -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;
}
}