Fixed Special Dragons Fruit.
This commit is contained in:
		@@ -976,7 +976,8 @@
 | 
			
		||||
	<skill id="39269" toLevel="1" name="Special Dragon's Fruit">
 | 
			
		||||
		<!-- For 20 minutes, XP/ SP +10%, P./ M. Atk. +12%, P./ M. Critical Rate +10, P./ M. Critical Damage +5%, P./ M. Def. +15%, Max HP/ MP/ CP +25%, HP/ MP Recovery Bonus +30%. With a certain chance, converts 5% of P. melee damage dealt into HP. Cooldown: 1 minute. Effect remains after death. -->
 | 
			
		||||
		<icon>icon.bm_dragon_fruit</icon>
 | 
			
		||||
		<operateType>A1</operateType>
 | 
			
		||||
		<operateType>A2</operateType>
 | 
			
		||||
		<abnormalType>DRAGON_FRUIT</abnormalType>
 | 
			
		||||
		<abnormalTime>1200</abnormalTime>
 | 
			
		||||
		<abnormalLvl>1</abnormalLvl>
 | 
			
		||||
		<isMagic>4</isMagic>
 | 
			
		||||
@@ -1090,8 +1091,8 @@
 | 
			
		||||
	<skill id="39273" toLevel="1" name="Special Dragon's Fruit">
 | 
			
		||||
		<!-- For 20 minutes, XP/ SP +10%, P./ M. Atk. +12%, P./ M. Critical Rate +10, P./ M. Critical Damage +5%, P./ M. Def. +15%, Max HP/ MP/ CP +25%, HP/ MP Recovery Bonus +30%. With a certain chance, converts 5% of P. melee damage dealt into HP. Cooldown: 1 minute. Effect remains after death. -->
 | 
			
		||||
		<icon>icon.bm_dragon_fruit</icon>
 | 
			
		||||
		<operateType>A1</operateType>
 | 
			
		||||
		<abnormalType>SPECIAL</abnormalType>
 | 
			
		||||
		<operateType>A2</operateType>
 | 
			
		||||
		<abnormalType>DRAGON_FRUIT</abnormalType>
 | 
			
		||||
		<abnormalTime>1200</abnormalTime>
 | 
			
		||||
		<abnormalLvl>1</abnormalLvl>
 | 
			
		||||
		<isMagic>4</isMagic>
 | 
			
		||||
 
 | 
			
		||||
@@ -1474,7 +1474,8 @@
 | 
			
		||||
	<skill id="55682" toLevel="1" name="Special Dragons Fruit">
 | 
			
		||||
		<!-- For 20 minutes, XP/ SP +10%, P./ M. Atk. +12%, P./ M. Critical Rate +10, P./ M. Critical Damage +5%, P./ M. Def. +15%, Max HP/ MP/ CP +25%, HP/ MP Recovery Bonus +30%. With a certain chance, converts 5% of P. melee damage dealt into HP. Effect remains after death. -->
 | 
			
		||||
		<icon>icon.bm_dragon_fruit</icon>
 | 
			
		||||
		<operateType>A1</operateType>
 | 
			
		||||
		<operateType>A2</operateType>
 | 
			
		||||
		<abnormalType>DRAGON_FRUIT</abnormalType>
 | 
			
		||||
		<abnormalTime>1200</abnormalTime>
 | 
			
		||||
		<abnormalLvl>1</abnormalLvl>
 | 
			
		||||
		<isMagic>4</isMagic>
 | 
			
		||||
 
 | 
			
		||||
@@ -521,7 +521,8 @@ public enum AbnormalType
 | 
			
		||||
	CHERRY_FRUIT(-1),
 | 
			
		||||
	HERB_EXP(-1),
 | 
			
		||||
	HERB_SPEED(-1),
 | 
			
		||||
	HERB_ACCURANCY(-1);
 | 
			
		||||
	HERB_ACCURANCY(-1),
 | 
			
		||||
	DRAGON_FRUIT(-1);
 | 
			
		||||
	
 | 
			
		||||
	private int _clientId;
 | 
			
		||||
	
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user