diff options
author | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-02-13 20:55:39 +0000 |
---|---|---|
committer | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-02-13 20:55:39 +0000 |
commit | 666bfbfc607bcd32f580c0356f091678cfcdbe49 (patch) | |
tree | fddbf5739ba77eb4ee72e44ce65e4ab8444e4c67 /npc | |
parent | 1e2b2914b1eb3c9c9af62b8ba34af7505667eb17 (diff) | |
download | hercules-666bfbfc607bcd32f580c0356f091678cfcdbe49.tar.gz hercules-666bfbfc607bcd32f580c0356f091678cfcdbe49.tar.bz2 hercules-666bfbfc607bcd32f580c0356f091678cfcdbe49.tar.xz hercules-666bfbfc607bcd32f580c0356f091678cfcdbe49.zip |
fixed 2nd bug in the event
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13527 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc')
-rw-r--r-- | npc/events/valentinesday_2009.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/npc/events/valentinesday_2009.txt b/npc/events/valentinesday_2009.txt index 76b1ea279..0ecb45896 100644 --- a/npc/events/valentinesday_2009.txt +++ b/npc/events/valentinesday_2009.txt @@ -3,7 +3,7 @@ //===== By: ==================================================
//= Kisuka
//===== Current Version: =====================================
-//= 1.1
+//= 1.2
//===== Compatible With: =====================================
//= eAthena SVN
//===== Description: =========================================
@@ -19,7 +19,7 @@ //= Must enable the event items in item_db2 and item_trade!
//===== Additional Comments: =================================
//= 1.0 First version. [Kisuka]
-//= 1.1 Fixed exploit [Lupus]
+//= 1.1-1.2 Fixed exploits with unlimited rings and non deleting choco [Lupus]
//============================================================
// Marco Bassinio (Chocolate/Chocolate Box maker)
@@ -173,6 +173,7 @@ prontera,164,174,4 script Trader#Val09 58,{ mes "See, your name looks";
mes "great on the box!";
next;
+ delitem 558,1;
delitem 7175,1;
delitem 7174,1;
delitem 7948,1;
|