diff --git a/L2J_Mobius_C6_Interlude/dist/game/data/scripts/custom/ShadowWeapon/ShadowWeapon.java b/L2J_Mobius_C6_Interlude/dist/game/data/scripts/custom/ShadowWeapon/ShadowWeapon.java index e7251f60b7..dc547bb44a 100644 --- a/L2J_Mobius_C6_Interlude/dist/game/data/scripts/custom/ShadowWeapon/ShadowWeapon.java +++ b/L2J_Mobius_C6_Interlude/dist/game/data/scripts/custom/ShadowWeapon/ShadowWeapon.java @@ -70,7 +70,7 @@ public class ShadowWeapon extends Quest } // finally, return htm with proper multisell value in it. - htmltext = getHtmlText("exchange.htm").replace("%msid%", multisell); + htmltext = getHtmlText("exchange.htm").replace("%msid%", multisell).replace("%objectId%", "" + npc.getObjectId()); } else {