o - fixed typo in curse dependency enum

This commit is contained in:
Shaydera
2020-10-15 09:56:58 +02:00
parent ba778e27aa
commit 855eb06b2a

View File

@@ -8,7 +8,7 @@ namespace WowUp.Common.Models.Curse
Optional = 2,
Required = 3,
Tool = 4,
Incomplete = 5,
Incompatible = 5,
Include = 6
}