diff options
-rw-r--r-- | npc/012-1/guards.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/012-1/guards.txt b/npc/012-1/guards.txt index 7b6fa8483..ae643b350 100644 --- a/npc/012-1/guards.txt +++ b/npc/012-1/guards.txt @@ -72,7 +72,9 @@ L_Assign: case 11: @xp=10234; break; } getexp @xp, @fc*3; + Zeny=Zeny+@fc*15+@fc; mesc l("* Gained @@ EXP and @@ Job Exp", @xp, @fc*3); + mesc l("* Gained @@ GP", @fc*15+@fc); close; } // Assign quest |