diff options
-rw-r--r-- | items/generic/item5279_Carrot.xml | 4 | ||||
-rw-r--r-- | items/generic/item5279_LegendaryCarrot.xml | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/items/generic/item5279_Carrot.xml b/items/generic/item5279_Carrot.xml deleted file mode 100644 index 0e2719f3..00000000 --- a/items/generic/item5279_Carrot.xml +++ /dev/null @@ -1,4 +0,0 @@ -<?xml version="1.0"?> -<items> - <item id="5279" image="generic/carrot.png" name="Legendary Carrot" description="Extra healthy, a gift from Santa for helping Gak to reunite with Alissa." effect="Inedible, Christmas 2021 Reward" type="generic" weight="1"/> -</items> diff --git a/items/generic/item5279_LegendaryCarrot.xml b/items/generic/item5279_LegendaryCarrot.xml new file mode 100644 index 00000000..c5ef1bd0 --- /dev/null +++ b/items/generic/item5279_LegendaryCarrot.xml @@ -0,0 +1,4 @@ +<?xml version="1.0"?> +<items> + <item id="5279" image="generic/legendary-carrot.png" name="Legendary Carrot" description="Extra healthy, a gift from Santa for helping Gak to reunite with Alissa." effect="Inedible, Christmas 2021 Reward" type="generic" weight="1"/> +</items> |