mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-08-03 04:16:19 -04:00
Added option for buffs on items and wearables
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user