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 | |
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')
-rw-r--r-- | npc/Changelog.txt | 1 | ||||
-rw-r--r-- | npc/cities/umbala.txt | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/npc/Changelog.txt b/npc/Changelog.txt index 4561a68c6..bff55b45f 100644 --- a/npc/Changelog.txt +++ b/npc/Changelog.txt @@ -37,6 +37,7 @@ Musashiden Date Added
======
06/25
+ * Fixed possible exploit in umbala elemental stone quest [Playtester]
* Added a shop NPC to Prontera, it's required for the Hellion Quest. [MasterOfMuppets]
06/24
* Fixed some typos and coordinates [Musashiden]
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]";
|