浏览代码

BETA/STABLE: Minor fix for [8217], thanks goncafa for report.

MELERIX 14 年之前
父节点
当前提交
0111276cf6

+ 1 - 1
L2J_DataPack_BETA/data/stats/skills/00500-00599.xml

@@ -102,7 +102,7 @@
 		<enchant2 name="hpConsume" val="#ench2hpConsume" />
 		<cond msgId="2163">
 			<not>
-				<player souls="#num_souls" />
+				<player souls="40" /> <!-- Max Amount of Souls -->
 			</not>
 		</cond>
 	</skill>

+ 1 - 1
L2J_DataPack_BETA/data/stats/skills/00600-00699.xml

@@ -369,7 +369,7 @@
 		<enchant2 name="reuseDelay" val="#ench2reuseDelay" />
 		<cond msgId="2163">
 			<not>
-				<player souls="50" />
+				<player souls="50" /> <!-- Max Amount of Souls -->
 			</not>
 		</cond>
 	</skill>

+ 1 - 1
L2J_DataPack_BETA/data/stats/skills/00900-00999.xml

@@ -1005,7 +1005,7 @@
 		<set name="num_souls" val="5" />
 		<cond msgId="2163">
 			<not>
-				<player souls="5" />
+				<player souls="40" /> <!-- Max Amount of Souls -->
 			</not>
 		</cond>
 	</skill>

+ 1 - 1
L2J_DataPack_BETA/data/stats/skills/05500-05599.xml

@@ -422,7 +422,7 @@
 		<set name="target" val="TARGET_SELF" />
 		<cond msgId="2163">
 			<not>
-				<player souls="1" />
+				<player souls="40" /> <!-- Max Amount of Souls -->
 			</not>
 		</cond>
 	</skill>