Addition of item Express Bus Pass Card (47384).
Contributed by Liamxroy.
This commit is contained in:
		| @@ -28,11 +28,11 @@ import com.l2jmobius.gameserver.model.skills.Skill; | ||||
|  */ | ||||
| public final class GiveXp extends AbstractEffect | ||||
| { | ||||
| 	private final int _xp; | ||||
| 	private final long _xp; | ||||
| 	 | ||||
| 	public GiveXp(StatsSet params) | ||||
| 	{ | ||||
| 		_xp = params.getInt("xp", 0); | ||||
| 		_xp = params.getLong("xp", 0); | ||||
| 	} | ||||
| 	 | ||||
| 	@Override | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 MobiusDev
					MobiusDev