diff --git a/world/map/db/const-aegis.txt b/world/map/db/const-aegis.txt
index a1cd00ae5307f8ca1c03dfc88b4050d149e6ae3d..3676decc91855fdc01b506d715844ee6c1b93bd6 100644
--- a/world/map/db/const-aegis.txt
+++ b/world/map/db/const-aegis.txt
@@ -991,7 +991,7 @@ PumpkinJuice 5343
 ChocolateBiscuit 5344
 ChocolateBunny 5345
 Potatoz 5346
-Pumpkin 5347
+RipePumpkin 5347
 FruitSalad 5348
 DuckEgg 5349
 Dragonfruit 5350
diff --git a/world/map/db/item_db.conf b/world/map/db/item_db.conf
index 60a97c4c39810390158a12cc9296f41deaa0f388..0bb352114db0d07e9c9b93fd439d8123c3e24ff3 100644
--- a/world/map/db/item_db.conf
+++ b/world/map/db/item_db.conf
@@ -16473,8 +16473,8 @@ item_db: (
 },
 {
 	Id: 5347
-	AegisName: "Pumpkin"
-	Name: "Pumpkin"
+	AegisName: "RipePumpkin"
+	Name: "RipePumpkin"
 	Type: "IT_USABLE"
 	Buy: 170
 	Sell: 85
diff --git a/world/map/db/item_db_use.txt b/world/map/db/item_db_use.txt
index a1b8ff96aa8d217c76bc57ac9ecee2be5348b61c..e4783e4107771d1739135ca448f7e827f2ec8d1c 100644
--- a/world/map/db/item_db_use.txt
+++ b/world/map/db/item_db_use.txt
@@ -135,7 +135,7 @@
 5344,   ChocolateBiscuit,       0,      80,         40,         5,          0,      0,      0,      0,      0,      2,      0,          0,      0,      0,      0,      {heal 100, 0, 1;},                                                      {}
 5345,   ChocolateBunny,         0,      175,        88,         12,         0,      0,      0,      0,      0,      2,      0,          0,      0,      0,      0,      {heal 250, 0, 1;},                                                      {}
 5346,   Potatoz,                0,      230,        115,        8,          0,      0,      0,      0,      0,      2,      0,          0,      0,      0,      0,      {heal 450, 0, 1;},                                                      {}
-5347,   Pumpkin,                0,      170,        85,         120,        0,      0,      0,      0,      0,      2,      0,          0,      0,      0,      0,      {heal 300, 0, 1;},                                                      {}
+5347,   RipePumpkin,            0,      170,        85,         120,        0,      0,      0,      0,      0,      2,      0,          0,      0,      0,      0,      {heal 300, 0, 1;},                                                      {}
 5348,   FruitSalad,             0,      240,        120,        10,         0,      0,      0,      0,      0,      2,      0,          0,      0,      0,      0,      {heal 475, 0, 1;},                                                      {}
 5349,   DuckEgg,                0,      200,        100,        4,          0,      0,      0,      0,      0,      2,      0,          0,      0,      0,      0,      {heal 150, 50, 1;},                                                     {}
 5350,   Dragonfruit,            0,      230,        115,        14,         0,      0,      0,      0,      0,      2,      0,          0,      0,      0,      0,      {heal 600, 0, 1;},                                                      {}