Fix Prepare typo

This commit is contained in:
2024-05-02 23:05:50 +02:00
parent 9b711cd4c6
commit 9121f097c4
+1 -1
View File
@@ -5,7 +5,7 @@ export enum CardEffects {
GOLD = "gold",
DAMAGE = "damage",
HEAL = "heal",
PERPARE = "prepare",
PREPARE = "prepare",
STUN = "stun",
SACRIFICE = "sacrifice",
DRAW = "draw",