diff options
Diffstat (limited to 'world/map/npc/011-6/barrier.txt')
-rw-r--r-- | world/map/npc/011-6/barrier.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/world/map/npc/011-6/barrier.txt b/world/map/npc/011-6/barrier.txt index 15639a18..38188ad2 100644 --- a/world/map/npc/011-6/barrier.txt +++ b/world/map/npc/011-6/barrier.txt @@ -2,11 +2,11 @@ { set @state, ((QUEST_Hurnscald & NIBBLE_0_MASK) >> NIBBLE_0_SHIFT); - if (@state >= 6) goto L_Bandit_Lord_Hideout_Open; + if (@state >= 6) goto L_Lord_Hideout_Open; message strcharinfo(0), "You have a feeling that you should not enter this place now."; goto L_End; -L_Bandit_Lord_Hideout_Open: +L_Lord_Hideout_Open: warp "011-6",174,255; goto L_End; |