diff options
author | Alige <aligetmw@hotmail.fr> | 2012-12-22 15:04:15 +0400 |
---|---|---|
committer | Alige <aligetmw@hotmail.fr> | 2012-12-22 15:04:15 +0400 |
commit | f246cf573e6036200e6b42d787e077f11bb69d6a (patch) | |
tree | 0f888a98634462f0127b9f0bc10f907b0cc53e3e /npc/000-1 | |
parent | 30e3fd2eda20c2392979ae17c9ad9e309db934b7 (diff) | |
download | serverdata-f246cf573e6036200e6b42d787e077f11bb69d6a.tar.gz serverdata-f246cf573e6036200e6b42d787e077f11bb69d6a.tar.bz2 serverdata-f246cf573e6036200e6b42d787e077f11bb69d6a.tar.xz serverdata-f246cf573e6036200e6b42d787e077f11bb69d6a.zip |
Removed the SeaDrops & the Aquada from the rewards when opening the chest in 000-1.
It made no sense in having these two items in there.
The Story book and the money are enough as a reward.
Diffstat (limited to 'npc/000-1')
-rw-r--r-- | npc/000-1/chest.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/npc/000-1/chest.txt b/npc/000-1/chest.txt index 47b76af2..cf751891 100644 --- a/npc/000-1/chest.txt +++ b/npc/000-1/chest.txt @@ -33,8 +33,6 @@ l_Give: setq ShipQuests_Darlin, 2; set zeny, zeny + 100; - getitem "SeaDrops", 1; - getitem "Aquada", 1; getitem "OldBook", 1; message strcharinfo(0), l("You open the treasure chest."); |