diff options
Diffstat (limited to 'world/map/npc/002-4/naem.txt')
-rw-r--r-- | world/map/npc/002-4/naem.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/world/map/npc/002-4/naem.txt b/world/map/npc/002-4/naem.txt index 04818ebf..398ef514 100644 --- a/world/map/npc/002-4/naem.txt +++ b/world/map/npc/002-4/naem.txt @@ -125,7 +125,7 @@ L_Naem_Code: L_Naem_Gloves: getinventorylist; if (@inventorylist_count == 100) - goto L_Nathan_TooMany; + goto L_Naem_TooMany; set FLAGS, FLAGS | FLAG_GOT_NAEM_GLOVES; getitem "MinerGloves", 1; mes "[Naem]"; |