diff options
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]";
|