Skip to content
Snippets Groups Projects
Commit b1cdee59 authored by Zealar's avatar Zealar
Browse files

Fix DataPack L2J/L2J_DataPack@42c1bd6b0502b2b71ccd504bcd137ee37f92a3e5

parent 42c1bd6b
No related branches found
No related tags found
No related merge requests found
...@@ -326,7 +326,7 @@ ...@@ -326,7 +326,7 @@
<effect name="Transformation"> <effect name="Transformation">
<param id="121" /> <param id="121" />
<mul stat="weightLimit" val="11" /> <mul stat="weightLimit" val="11" />
<mul stat="weightPenalty" val="9000" /> <add stat="weightPenalty" val="9000" />
<add stat="inventoryLimit" val="8" /> <add stat="inventoryLimit" val="8" />
</effect> </effect>
</for> </for>
...@@ -349,7 +349,7 @@ ...@@ -349,7 +349,7 @@
<effect name="Transformation"> <effect name="Transformation">
<param id="122" /> <param id="122" />
<mul stat="weightLimit" val="11" /> <mul stat="weightLimit" val="11" />
<mul stat="weightPenalty" val="9000" /> <add stat="weightPenalty" val="9000" />
<add stat="inventoryLimit" val="8" /> <add stat="inventoryLimit" val="8" />
</effect> </effect>
</for> </for>
...@@ -805,7 +805,7 @@ ...@@ -805,7 +805,7 @@
<for> <for>
<effect name="Buff"> <effect name="Buff">
<mul stat="weightLimit" val="11" /> <mul stat="weightLimit" val="11" />
<mul stat="weightPenalty" val="9000" /> <add stat="weightPenalty" val="9000" />
<add stat="inventoryLimit" val="8" /> <add stat="inventoryLimit" val="8" />
</effect> </effect>
</for> </for>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment