diff options
Diffstat (limited to 'npc/001-8')
-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 454ead469..10fdc16d2 100644 --- a/npc/001-8/hub.txt +++ b/npc/001-8/hub.txt @@ -363,7 +363,7 @@ OnPCLogoutEvent: // If you are the victor (and didn't cheat), you can now hold your reward ;-) if (@qhub_victor) { - getitem GoldenGift, 1; + getitem any(MercBoxA, MercBoxA, SilverGift, GoldenGift), 1; Zeny=Zeny+rand(500, 2500); } if (@qhub_died || @qhub_victor) |