mirror of
https://github.com/exzork/gc-tools.git
synced 2024-11-22 07:08:12 +00:00
fix command to match latest development branch
This commit is contained in:
parent
1c54896a82
commit
a027591d35
@ -105,7 +105,7 @@ export default function Artifacts() {
|
||||
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);
|
||||
};
|
||||
return (
|
||||
|
Loading…
Reference in New Issue
Block a user