diff options
author | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-02-13 18:36:59 +0000 |
---|---|---|
committer | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-02-13 18:36:59 +0000 |
commit | 1e2b2914b1eb3c9c9af62b8ba34af7505667eb17 (patch) | |
tree | 709923a6b7e75359b1e7192f17308b1016cbad93 /npc/events/valentinesday_2009.txt | |
parent | 418e492a8f0a318327575cbdeb2cb9f0351491d3 (diff) | |
download | hercules-1e2b2914b1eb3c9c9af62b8ba34af7505667eb17.tar.gz hercules-1e2b2914b1eb3c9c9af62b8ba34af7505667eb17.tar.bz2 hercules-1e2b2914b1eb3c9c9af62b8ba34af7505667eb17.tar.xz hercules-1e2b2914b1eb3c9c9af62b8ba34af7505667eb17.zip |
fixed st.Val exploit
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13526 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/events/valentinesday_2009.txt')
-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 69653e264..76b1ea279 100644 --- a/npc/events/valentinesday_2009.txt +++ b/npc/events/valentinesday_2009.txt @@ -3,7 +3,7 @@ //===== By: ==================================================
//= Kisuka
//===== Current Version: =====================================
-//= 1.0
+//= 1.1
//===== Compatible With: =====================================
//= eAthena SVN
//===== Description: =========================================
@@ -19,6 +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]
//============================================================
// Marco Bassinio (Chocolate/Chocolate Box maker)
@@ -376,7 +377,7 @@ prontera,154,185,5 script Event Ring Maker#Val09 721,{ close;
}
- if (iROval09ring == 1) {
+ if (iROval09ring >= 1) {
mes "[Event Ring Maker]";
mes "The box with the ring,";
mes "carved with your name,";
|