Browse Source

Missing SkillList on SetSkill effect

Patch by: @petpal
Lewox 9 years ago
parent
commit
694468b7da
1 changed files with 1 additions and 0 deletions
  1. 1 0
      dist/game/data/scripts/handlers/effecthandlers/SetSkill.java

+ 1 - 0
dist/game/data/scripts/handlers/effecthandlers/SetSkill.java

@@ -63,5 +63,6 @@ public final class SetSkill extends AbstractEffect
 		}
 		
 		info.getEffected().getActingPlayer().addSkill(skill, true);
+		info.getEffected().getActingPlayer().sendSkillList();
 	}
 }