Added option for buffs on items and wearables

This commit is contained in:
Seefo
2014-03-31 21:06:43 -04:00
parent 665fc232a8
commit 515cb92ce7
7 changed files with 41 additions and 29 deletions
+5
View File
@@ -245,6 +245,11 @@ public class BuffService implements INetworkDispatch {
}
}
public void removeBuffFromCreatureByName(CreatureObject creature, String buffName)
{
removeBuffFromCreature(creature, creature.getBuffByName(buffName));
}
public void clearBuffs(final CreatureObject creature) {
// copy to array for thread safety