Fixed shadow weapon multisell bypass.

This commit is contained in:
MobiusDevelopment 2020-06-23 08:17:31 +00:00
parent 39e9bd6836
commit bd223d02f9

View File

@ -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
{