소스 검색

BETA: Minor description fix.
* Reported by: redline89

Zoey76 12 년 전
부모
커밋
96f45d799b
1개의 변경된 파일4개의 추가작업 그리고 2개의 파일을 삭제
  1. 4 2
      L2J_Server_BETA/dist/game/config/L2JMods.properties

+ 4 - 2
L2J_Server_BETA/dist/game/config/L2JMods.properties

@@ -48,10 +48,12 @@ ChampionRewardItemID = 6393
 # The amount of the specified reward a player will receive if they are awarded the item.
 ChampionRewardItemQty = 1
 
-# % Chance to obtain a specified reward item from a LOWER lvl Champion mob.
+# % Chance to obtain a specified reward item from a higher level Champion mob.
+# Default: 0
 ChampionRewardLowerLvlItemChance = 0
 
-# % Chance to obtain a specified reward item from a HIGHER lvl Champion mob.
+# % Chance to obtain a specified reward item from a lower level Champion mob.
+# Default: 0
 ChampionRewardHigherLvlItemChance = 0
 
 # Do you want to enable the vitality calculation when killing champion mobs?