From f71b1883af569bed4d5c09dd122483a80af91aee Mon Sep 17 00:00:00 2001 From: Anubhav1603 Date: Tue, 26 Nov 2024 12:46:39 +0530 Subject: [PATCH] feat: add revive spell --- coc/enums.py | 1 + 1 file changed, 1 insertion(+) diff --git a/coc/enums.py b/coc/enums.py index 341a0037..760849f0 100644 --- a/coc/enums.py +++ b/coc/enums.py @@ -276,6 +276,7 @@ def in_game_name(self) -> str: "Clone Spell", "Invisibility Spell", "Recall Spell", + "Revive Spell", ]