diff options
author | Playtester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-06-25 17:43:27 +0000 |
---|---|---|
committer | Playtester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-06-25 17:43:27 +0000 |
commit | e53a47349010e946582521b8e8bf8f0123b06ddb (patch) | |
tree | 9903d1d83ac25fece651de14af9f91cf658134e5 /npc/cities/umbala.txt | |
parent | 26b7ca72f244cb2c525f376612aa0b93dd3f5f7b (diff) | |
download | hercules-e53a47349010e946582521b8e8bf8f0123b06ddb.tar.gz hercules-e53a47349010e946582521b8e8bf8f0123b06ddb.tar.bz2 hercules-e53a47349010e946582521b8e8bf8f0123b06ddb.tar.xz hercules-e53a47349010e946582521b8e8bf8f0123b06ddb.zip |
Fixed possible exploit in umbala elemental stone quest
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7333 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/cities/umbala.txt')
-rw-r--r-- | npc/cities/umbala.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/npc/cities/umbala.txt b/npc/cities/umbala.txt index 1967690d4..85a114106 100644 --- a/npc/cities/umbala.txt +++ b/npc/cities/umbala.txt @@ -965,6 +965,9 @@ um_in.gat,44,71,2 script Utan Tribe Shaman 782,{ }
next;
+
+ set .@need,0;
+
switch (select("Create Essence","Dismantle Elemental Stone","Nothing")) {
case 1:
mes "[Putsuchiritan]";
|