diff options
author | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-09-29 14:07:37 +0000 |
---|---|---|
committer | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-09-29 14:07:37 +0000 |
commit | c7b9c4cc6ca9e56635b63f832ea56f42cbcef817 (patch) | |
tree | 8c861994de544dd5cb56879a9b20b9f3e59f7948 /npc | |
parent | 1dc04c5bc2296bb6030f2315395681e740b31bcd (diff) | |
download | hercules-c7b9c4cc6ca9e56635b63f832ea56f42cbcef817.tar.gz hercules-c7b9c4cc6ca9e56635b63f832ea56f42cbcef817.tar.bz2 hercules-c7b9c4cc6ca9e56635b63f832ea56f42cbcef817.tar.xz hercules-c7b9c4cc6ca9e56635b63f832ea56f42cbcef817.zip |
Fixed the delitem assosiated with the last uptate.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13247 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc')
-rw-r--r-- | npc/Changelog.txt | 3 | ||||
-rw-r--r-- | npc/quests/monstertamers.txt | 5 |
2 files changed, 5 insertions, 3 deletions
diff --git a/npc/Changelog.txt b/npc/Changelog.txt index fc2c62087..25def09f4 100644 --- a/npc/Changelog.txt +++ b/npc/Changelog.txt @@ -1,7 +1,8 @@ Date Added ====== 2008/09/29 - *Rev. 13246 Fixed item requirement for Stellar hairpin in monstertamers.txt. (bugreport:2290) [L0ne_W0lf] + * Rev. 13247 Fixed the delitem assosiated with the last uptate. [L0ne_W0lf] + * Rev. 13246 Fixed item requirement for Stellar hairpin in monstertamers.txt. (bugreport:2290) [L0ne_W0lf] 2008/09/27 * Rev. 13242 Implemented fixes for The Sign quest until my rewrite is finished. (bugreport:2269) [L0ne_W0lf] * Continues replacing of specialeffect/2 numerics with constants. [Samuray22] diff --git a/npc/quests/monstertamers.txt b/npc/quests/monstertamers.txt index a1619d66d..9329d98da 100644 --- a/npc/quests/monstertamers.txt +++ b/npc/quests/monstertamers.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= kobra_k88, Darkchild, x[tsk] //===== Current Version: ===================================== -//= 1.4a +//= 1.4b //===== Compatible With: ===================================== //= eAthena 1.0 //===== Description: ========================================= @@ -15,6 +15,7 @@ //= 1.3 Added Bongun's taming item quest. Credits to Lone_Wolf. [SinSloth] //= 1.4 Updated Monster taming item quests. [L0ne_W0lf] //= 1.4a FIXED item requirement for stellar hairpin. [L0ne_W0lf] +//= 1.4b Fixed the delitem assosiated with the last uptate. [L0ne_W0lf] //============================================================ alberta_in,173,76,4 script Monster Tamer#alb 125,{ @@ -365,7 +366,7 @@ aldeba_in,168,175,4 script Monster Tamer#alde 125,{ mes "the cute monster you"; mes "are raising"; mes "Stellar Hairpin!"; - delitem 1148,1; // Stellar + delitem 2294,1; // Stellar getitem 10011,1; // Stellar_Hairpin close; } |