diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-09-10 19:15:06 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-09-10 19:15:06 -0300 |
commit | 840b0ac00e57eb9585dbbf398a62d679d9767bfe (patch) | |
tree | a5ae97c33b886db2d7a2a55df38a478dbdba9a4e /npc/012-7 | |
parent | 093581d13c402134f23515186d181333b586596c (diff) | |
download | serverdata-840b0ac00e57eb9585dbbf398a62d679d9767bfe.tar.gz serverdata-840b0ac00e57eb9585dbbf398a62d679d9767bfe.tar.bz2 serverdata-840b0ac00e57eb9585dbbf398a62d679d9767bfe.tar.xz serverdata-840b0ac00e57eb9585dbbf398a62d679d9767bfe.zip |
[skip ci] missing registers
Diffstat (limited to 'npc/012-7')
-rw-r--r-- | npc/012-7/celestia.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/npc/012-7/celestia.txt b/npc/012-7/celestia.txt index 91bdf43f8..c394de3e5 100644 --- a/npc/012-7/celestia.txt +++ b/npc/012-7/celestia.txt @@ -114,7 +114,6 @@ L_TeaQuest: mes l("@@/2 @@", countitem(ChocolateBiscuit), getitemlink(ChocolateBiscuit)); /* We can't ask for THAT many! mes l("@@/20 @@", countitem(ApanaCake), getitemlink(ApanaCake)); - mes l("@@/20 @@", countitem(Lollipop), getitemlink(Lollipop)); mes l("@@/20 @@", countitem(Mashmallow), getitemlink(Mashmallow)); mes l("@@/20 @@", countitem(TonoriDelight), getitemlink(TonoriDelight)); mes l("@@/20 @@", countitem(EasterEgg), getitemlink(EasterEgg)); |