diff options
author | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-08-16 17:09:33 +0000 |
---|---|---|
committer | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-08-16 17:09:33 +0000 |
commit | 3f3b01c7d55277f4ee6ebbe04eea3c021b027d61 (patch) | |
tree | 58af6aba38628336d595dd2bd8670a32b83e6410 /npc/quests/quests_hugel.txt | |
parent | a4795646cf4a042cd21a982f0d85e16abc6cc1da (diff) | |
download | hercules-3f3b01c7d55277f4ee6ebbe04eea3c021b027d61.tar.gz hercules-3f3b01c7d55277f4ee6ebbe04eea3c021b027d61.tar.bz2 hercules-3f3b01c7d55277f4ee6ebbe04eea3c021b027d61.tar.xz hercules-3f3b01c7d55277f4ee6ebbe04eea3c021b027d61.zip |
* Fixed Flavius only needing 1 person on either side to start.
* Updated the level 4 weapon quest to aegis conversion.
* Corrected a variable typo in the dts_warper script.
* Fixed a script hang in Hugel Temple Excavation quest.
* Fixed Cat Hand Agent checks, and mysterious rock#31.
* Corrected the two hour time limit for Sealed Shrine.
* Corrected a few other minor issues in Sealed Shrine.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14376 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/quests/quests_hugel.txt')
-rw-r--r-- | npc/quests/quests_hugel.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/npc/quests/quests_hugel.txt b/npc/quests/quests_hugel.txt index f8b42a938..aac15ec8a 100644 --- a/npc/quests/quests_hugel.txt +++ b/npc/quests/quests_hugel.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= MasterOfMuppets & SinSloth //===== Current Version: ===================================== -//= 1.9 +//= 2.0 //===== Compatible With: ===================================== //= eAthena //===== Description: ========================================= @@ -22,6 +22,7 @@ //= 1.7 Corrected locations of warpinside#1. (DarkValmir) [L0ne_W0lf] //= 1.8 Added missing checkweight. [L0ne_W0lf] //= 1.9 Replaced effect numerics with constants. [Samuray22] +//= 2.0 Commented a break out to fix a script hang. //============================================================ //------------------------------------------------------------------------- @@ -9030,7 +9031,8 @@ hu_in01,14,11,4 script Laura 70,{ case 2: break; } - break; + // Allow fall-through into the next case statment as this is a minor bug in aegis. + //break; case 2: mes "[Laura]"; |