diff options
-rw-r--r-- | npc/009-1/trader_king.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/009-1/trader_king.txt b/npc/009-1/trader_king.txt index 83b988f81..796a10413 100644 --- a/npc/009-1/trader_king.txt +++ b/npc/009-1/trader_king.txt @@ -117,7 +117,7 @@ L_Wait: close; L_Finish: - if (Zeny < 6000) goto L_Pobre; + if (Zeny < 6000) goto L_Poor; if (countitem(CoinBag) < 30 || countitem(EmptyBottle) < 2 || countitem(Dagger) < 2 || |