diff options
Diffstat (limited to 'npc/re/merchants/quivers.txt')
-rw-r--r-- | npc/re/merchants/quivers.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/re/merchants/quivers.txt b/npc/re/merchants/quivers.txt index 51bea1092..03957962b 100644 --- a/npc/re/merchants/quivers.txt +++ b/npc/re/merchants/quivers.txt @@ -35,7 +35,7 @@ //========================================================================= mora,106,117,3 script Quiver Maker#mora 4_M_RAFLE_GR,{ - if (checkweight(1201,1) == 0) { + if (checkweight(Knife,1) == 0) { mes "[Quiver Maker]"; mes "You have too many things with you."; mes "Make some space in your inventory and come back. I'll tell you something interesting."; |