diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-09-20 00:43:28 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-09-20 00:43:28 +0300 |
commit | 481133588d4ea5ee66e7f63dade9b27316d677a2 (patch) | |
tree | f65565d49a024455480e6844d575563c87fab474 /npc | |
parent | f04d0442788b7d0998cff7760cabacb08ccb622c (diff) | |
download | serverdata-481133588d4ea5ee66e7f63dade9b27316d677a2.tar.gz serverdata-481133588d4ea5ee66e7f63dade9b27316d677a2.tar.bz2 serverdata-481133588d4ea5ee66e7f63dade9b27316d677a2.tar.xz serverdata-481133588d4ea5ee66e7f63dade9b27316d677a2.zip |
Revert "Changed "Pumpkish Juice" to "Pumpkin Juice" in Alige script"
This reverts commit ca69ddac66c1bc5fcd914bb98a4394d4ec9f0685.
Diffstat (limited to 'npc')
-rw-r--r-- | npc/000-2-1/alige.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/000-2-1/alige.txt b/npc/000-2-1/alige.txt index 8e2ad926..7cfb9e63 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(PumpkinJuice), l(getitemname(PumpkinJuice))), 527, + rif(countitem(PumpkishJuice), l(getitemname(PumpkishJuice))), 527, rif(countitem(Manana), l(getitemname(Manana))), 528, rif(countitem(Curshroom), l(getitemname(Curshroom))), 529, rif(countitem(Carrot), l(getitemname(Carrot))), 530, |