fix command to match latest development branch

This commit is contained in:
muhammadeko 2022-05-06 16:15:11 +07:00
parent 1c54896a82
commit a027591d35
No known key found for this signature in database
GPG Key ID: 51366716C10E98B1

View File

@ -105,7 +105,7 @@ export default function Artifacts() {
return x; return x;
}); });
} }
const generated = "/giveart "+uid+" "+selectedArtifact+" "+selectedMainStat+" "+selectedAffixesCombine.join(" ")+" "+Number(artifactEnhancements+1); const generated = "/giveart @"+uid+" "+selectedArtifact+" "+selectedMainStat+" "+selectedAffixesCombine.join(" ")+" "+Number(artifactEnhancements+1);
setGeneratedArtifact(generated); setGeneratedArtifact(generated);
}; };
return ( return (