diff options
-rw-r--r-- | db/re/mob_db.conf | 6 | ||||
-rw-r--r-- | npc/000-2-1/alige.txt | 2 | ||||
-rw-r--r-- | npc/001-2-22/alige.txt | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index 69981bd7..d837d288 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -844,8 +844,8 @@ mob_db: ( }, { Id: 1019 - SpriteName: "Pumpkish" - Name: "Pumpkish" + SpriteName: "Pumpkin" + Name: "Pumpkin" Lv: 1 Hp: 1900 Sp: 0 @@ -874,7 +874,7 @@ mob_db: ( DamageMotion: 480 MvpExp: 0 Drops: { - PumpkishJuice: 5000 + PumpkinJuice: 5000 } }, { diff --git a/npc/000-2-1/alige.txt b/npc/000-2-1/alige.txt index 48a05e76..5e39156e 100644 --- a/npc/000-2-1/alige.txt +++ b/npc/000-2-1/alige.txt @@ -184,7 +184,7 @@ L_GiveFood: rif(countitem(PumpkinSeeds), l(getitemname(PumpkinSeeds))), 1, rif(countitem(UrchinMeat), l(getitemname(UrchinMeat))), 1, rif(countitem(EasterEgg), l(getitemname(EasterEgg))), 1, - rif(countitem(PumpkishJuice), l(getitemname(PumpkishJuice))), 527, + rif(countitem(PumpkinJuice), l(getitemname(PumpkinJuice))), 527, rif(countitem(Manana), l(getitemname(Manana))), 528, rif(countitem(Curshroom), l(getitemname(Curshroom))), 529, rif(countitem(Carrot), l(getitemname(Carrot))), 530, diff --git a/npc/001-2-22/alige.txt b/npc/001-2-22/alige.txt index b273fcdd..c188198e 100644 --- a/npc/001-2-22/alige.txt +++ b/npc/001-2-22/alige.txt @@ -188,7 +188,7 @@ L_GiveFood: rif(countitem(PumpkinSeeds), l(getitemname(PumpkinSeeds))), 1, rif(countitem(UrchinMeat), l(getitemname(UrchinMeat))), 1, rif(countitem(EasterEgg), l(getitemname(EasterEgg))), 1, - rif(countitem(PumpkishJuice), l(getitemname(PumpkishJuice))), 527, + rif(countitem(PumpkinJuice), l(getitemname(PumpkinJuice))), 527, rif(countitem(Manana), l(getitemname(Manana))), 528, rif(countitem(Curshroom), l(getitemname(Curshroom))), 529, rif(countitem(Carrot), l(getitemname(Carrot))), 530, |