|
@@ -4251,6 +4251,9 @@ public final class L2PcInstance extends L2PlayableInstance
|
|
*/
|
|
*/
|
|
public int transformSelectInfo()
|
|
public int transformSelectInfo()
|
|
{
|
|
{
|
|
|
|
+ if (isCursedWeaponEquipped())
|
|
|
|
+ return 0;
|
|
|
|
+
|
|
Connection con = null;
|
|
Connection con = null;
|
|
try
|
|
try
|
|
{
|
|
{
|
|
@@ -6574,6 +6577,7 @@ public final class L2PcInstance extends L2PlayableInstance
|
|
storeCharSub();
|
|
storeCharSub();
|
|
storeEffect();
|
|
storeEffect();
|
|
storeRecipeBook();
|
|
storeRecipeBook();
|
|
|
|
+ transformInsertInfo();
|
|
}
|
|
}
|
|
|
|
|
|
private void storeCharBase()
|
|
private void storeCharBase()
|