mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-20 09:22:15 -07:00
change PriorityFallback to 1
This commit is contained in:
parent
90ab477976
commit
ff85cbae91
1 changed files with 1 additions and 1 deletions
|
|
@ -33,11 +33,11 @@ public:
|
|||
enum Priority
|
||||
{
|
||||
PriorityUndefined = 0,
|
||||
PriorityFallback = 1,
|
||||
PriorityPrimary = 10,
|
||||
PrioritySecondary = 20,
|
||||
PriorityReprint = 30,
|
||||
PriorityOther = 40,
|
||||
PriorityFallback = 50,
|
||||
PriorityLowest = 100,
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue