diff options
author | HoraK-FDF <horak-fdf@web.de> | 2024-05-16 21:17:36 +0200 |
---|---|---|
committer | HoraK-FDF <horak-fdf@web.de> | 2024-05-16 21:17:36 +0200 |
commit | 4eb9f7a42d6ebc9b488f19b51c0c33b818ab070e (patch) | |
tree | a40cbe6d5b05e2514bcb103032602e0cf1326f6f | |
parent | 49726a850ccdb909246f33b3032c1fa4f04a2367 (diff) | |
download | clientdata-4eb9f7a42d6ebc9b488f19b51c0c33b818ab070e.tar.gz clientdata-4eb9f7a42d6ebc9b488f19b51c0c33b818ab070e.tar.bz2 clientdata-4eb9f7a42d6ebc9b488f19b51c0c33b818ab070e.tar.xz clientdata-4eb9f7a42d6ebc9b488f19b51c0c33b818ab070e.zip |
mob drops add3
-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> |