diff options
Diffstat (limited to 'npc/quests/quests_13_2.txt')
-rw-r--r-- | npc/quests/quests_13_2.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/npc/quests/quests_13_2.txt b/npc/quests/quests_13_2.txt index e3d6d28ee..88282b2f2 100644 --- a/npc/quests/quests_13_2.txt +++ b/npc/quests/quests_13_2.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= L0ne_W0lf //===== Current Version: ===================================== -//= 1.1 +//= 1.2 //===== Compatible With: ===================================== //= eAthena SVN //===== Description: ========================================= @@ -13,6 +13,7 @@ //===== Additional Comments: ================================= //= 1.0 First version //= 1.1 Fixed unidentified_coin -> unidentified_mineral. (bugreport:4086) +//= 1.2 Fixed Half-buried Gem#1 not re-enabling. (bugreport:4129) //============================================================ // Cat Hand Addition. (Leads to 13.2 areas) @@ -3691,11 +3692,11 @@ spl_fild02,27,218,0 script Half-buried Gem#1 844,{ OnInit: - hideoffnpc "Half-buried Gem#ep132_rhea04"; + hideoffnpc "Half-buried Gem#1"; end; OnEnable: - hideoffnpc "Half-buried Gem#ep132_rhea04"; + hideoffnpc "Half-buried Gem#1"; stopnpctimer; end; |