diff options
Diffstat (limited to 'npc/009-3/barzil.txt')
-rw-r--r-- | npc/009-3/barzil.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/009-3/barzil.txt b/npc/009-3/barzil.txt index f45f28ceb..9fff1a7cc 100644 --- a/npc/009-3/barzil.txt +++ b/npc/009-3/barzil.txt @@ -7,7 +7,7 @@ 009-3,29,38,0 script Barzil NPC_LLOYD,{ if (ST_TIER == 2 && gettimetick(2) < QUEST_ELEVARTEMPO) goto L_Tier2; - Banker(.name$, "Halinarzo", 13000); + Banker(.name$, "Halinarzo", 12000); close; L_Tier2: |