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 | |
parent | 093581d13c402134f23515186d181333b586596c (diff) | |
download | serverdata-840b0ac00e57eb9585dbbf398a62d679d9767bfe.tar.gz serverdata-840b0ac00e57eb9585dbbf398a62d679d9767bfe.tar.bz2 serverdata-840b0ac00e57eb9585dbbf398a62d679d9767bfe.tar.xz serverdata-840b0ac00e57eb9585dbbf398a62d679d9767bfe.zip |
[skip ci] missing registers
-rw-r--r-- | db/re/item_db.conf | 1 | ||||
-rw-r--r-- | npc/003-3/malindou.txt | 1 | ||||
-rw-r--r-- | npc/012-7/celestia.txt | 1 |
3 files changed, 2 insertions, 1 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index bbefdc816..129185b51 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -1161,6 +1161,7 @@ item_db: ( doevent "rand_sc_heal::OnUse"; "> }, +// Id 557 is free { Id: 558 AegisName: "Mashmallow" diff --git a/npc/003-3/malindou.txt b/npc/003-3/malindou.txt index ecad4da98..01d9ec063 100644 --- a/npc/003-3/malindou.txt +++ b/npc/003-3/malindou.txt @@ -94,6 +94,7 @@ OnInit: debugmes "* Initial Vault Values"; debugmes ""; DelItemFromEveryPlayer(802); + DelItemFromEveryPlayer(557); $VAULT_01738039=rand(5,25); } 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)); |