diff options
-rw-r--r-- | npc/019-4-1/chief.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/019-4-1/chief.txt b/npc/019-4-1/chief.txt index a4223c122..8d76f207f 100644 --- a/npc/019-4-1/chief.txt +++ b/npc/019-4-1/chief.txt @@ -93,7 +93,7 @@ L_Reward: /* Handle Golbarez Quest Rewards */ /* Mostly Coins, some Merc Boxes, EXP/JExp */ /* Gift the best people at this quest, too */ - getexp .@q3/4, .@q3/1000; + getexp .@q3/4, (.@q3/1000)+.@q2; .@coins=.@q3/10000; if (.@coins) getitem CasinoCoins, .@coins; |