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