forked from External/mage
Implemented Issue#73: Enchant Player enchantments - show enchanted player
This commit is contained in:
parent
17b8619b3e
commit
55f40d2e9d
7 changed files with 64 additions and 5 deletions
|
|
@ -38,7 +38,7 @@ public class ArrowBuilder {
|
|||
private int currentHeight;
|
||||
|
||||
public enum Type {
|
||||
PAIRED, SOURCE, TARGET, COMBAT;
|
||||
PAIRED, SOURCE, TARGET, COMBAT, ENCHANT_PLAYERS;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue