diff options
-rw-r--r-- | npc/001-8/hub.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/001-8/hub.txt b/npc/001-8/hub.txt index f862d9bcb..6e19000d6 100644 --- a/npc/001-8/hub.txt +++ b/npc/001-8/hub.txt @@ -367,7 +367,7 @@ OnPCLogoutEvent: Zeny=Zeny+rand(500, 2500); } if (@qhub_died || @qhub_victor) - getexp rand(100,300), 0; // Dying on this map is enough to get a reward. Logout = no reward. + getexp rand(100,300), BaseLevel*10; // Dying on this map is enough to get a reward. Logout = no reward. // You'll be revived/fully healed, and then warped. // FIXME: It will throw you in Nard's ship if you are on logout... |