Fixed shadow weapon multisell bypass.
This commit is contained in:
parent
39e9bd6836
commit
bd223d02f9
@ -70,7 +70,7 @@ public class ShadowWeapon extends Quest
|
|||||||
}
|
}
|
||||||
|
|
||||||
// finally, return htm with proper multisell value in it.
|
// 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
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user