This commit is contained in:
17
trunk/dist/game/data/scripts/handlers/effecthandlers/ChangeFishingMastery.java
vendored
Normal file
17
trunk/dist/game/data/scripts/handlers/effecthandlers/ChangeFishingMastery.java
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
package handlers.effecthandlers;
|
||||
|
||||
import com.l2jserver.gameserver.model.StatsSet;
|
||||
import com.l2jserver.gameserver.model.conditions.Condition;
|
||||
import com.l2jserver.gameserver.model.effects.AbstractEffect;
|
||||
|
||||
/**
|
||||
* Change Fishing Mastery dummy effect implementation.
|
||||
* @author Zoey76
|
||||
*/
|
||||
public final class ChangeFishingMastery extends AbstractEffect
|
||||
{
|
||||
public ChangeFishingMastery(Condition attachCond, Condition applyCond, StatsSet set, StatsSet params)
|
||||
{
|
||||
super(attachCond, applyCond, set, params);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user