mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 03:08:02 +00:00
quest save indices
This commit is contained in:
@@ -571,7 +571,7 @@ public class QuestDataIO {
|
||||
writer.addAttribute("foil", "1");
|
||||
}
|
||||
if (cref.getArtIndex() > 0) {
|
||||
writer.addAttribute("i", Integer.toString(cref.getArtIndex()));
|
||||
writer.addAttribute("i", Integer.toString(1+cref.getArtIndex()));
|
||||
}
|
||||
writer.addAttribute("n", count.toString());
|
||||
writer.endNode();
|
||||
|
||||
Reference in New Issue
Block a user