diff options
author | Poki#3 <Poki#3@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-01-31 12:35:28 +0000 |
---|---|---|
committer | Poki#3 <Poki#3@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-01-31 12:35:28 +0000 |
commit | c23f21ed431558710c38cd81f5359d5c39cb6a76 (patch) | |
tree | bcdfdbab2eb9f15ef9eb00a2d6c9073f9442fca2 /db | |
parent | f81ff05f224e35e8c95c0358dabedf6f926147fc (diff) | |
download | hercules-c23f21ed431558710c38cd81f5359d5c39cb6a76.tar.gz hercules-c23f21ed431558710c38cd81f5359d5c39cb6a76.tar.bz2 hercules-c23f21ed431558710c38cd81f5359d5c39cb6a76.tar.xz hercules-c23f21ed431558710c38cd81f5359d5c39cb6a76.zip |
Fixed ID of Summer_Festival_Ticket. Thanks to irmin for pointing it out.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5132 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'db')
-rw-r--r-- | db/item_db.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/db/item_db.txt b/db/item_db.txt index f307d374e..d2fe3c09e 100644 --- a/db/item_db.txt +++ b/db/item_db.txt @@ -2336,7 +2336,7 @@ 13005,Angel_Wing_Dagger,Angel Wing Dagger,4,,10,10,0,,1,1,,0,2,,0,0,0,0,{}
-// Temp Plugs.
+// Temp Plugs. Someone good with the DB's? If so, please re-check the items and place them accordingly.
12134,Red_Envelope_,Red Envelope,2,,10,10,,,,,127918079,7,2,,,,,,{ set Zeny,Zeny+rand(1000,10000); }
7516,Green_Keycard,Green Keycard,3,,10,0,,,,,,0,2,,,,,,{}
@@ -2360,6 +2360,6 @@ //7520,...,
12135,Green_Ale,Green Ale,2,,10,30,,,,,127918079,7,2,,,,,,{}
7517,Gold_Coin,Golden Coin,3,,10,100,,,,,,0,2,,,,,,{}
-7516,Summer_Festival_Ticket,Summer Festival Ticket,3,,10,10,,,,,,0,2,,,,,,{}
+7525,Summer_Festival_Ticket,Summer Festival Ticket,3,,10,10,,,,,,0,2,,,,,,{}
7526,Application,Application,3,,10,0,,,,,,0,2,,,,,,{}
585,Brusti,Brusti,0,15,,20,,,,,127918079,7,2,,,,,,{ itemheal rand(17,20),0; } //TODO: Cast Level 3 Magnificat.
|