diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-11-12 21:30:09 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-11-12 21:30:09 -0300 |
commit | a9e4cb390f543aab01343957140a501ca5dbae10 (patch) | |
tree | b097c75002e60efb500fc119499acb3bf58d3c8f /npc | |
parent | 1565213f92f590cd80f9d4c0a95ca12b231baa1d (diff) | |
download | serverdata-a9e4cb390f543aab01343957140a501ca5dbae10.tar.gz serverdata-a9e4cb390f543aab01343957140a501ca5dbae10.tar.bz2 serverdata-a9e4cb390f543aab01343957140a501ca5dbae10.tar.xz serverdata-a9e4cb390f543aab01343957140a501ca5dbae10.zip |
Event Horizon - minor fixes as to when to delete it
Diffstat (limited to 'npc')
-rw-r--r-- | npc/003-3/malindou.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/npc/003-3/malindou.txt b/npc/003-3/malindou.txt index 3da53f9cb..d5ebffd8e 100644 --- a/npc/003-3/malindou.txt +++ b/npc/003-3/malindou.txt @@ -541,6 +541,12 @@ OnPCBaseLvUpEvent: sc_end SC_CASH_RECEIVEITEM; } break; + // Events + case 40: + if (countitem(MercCard_EH)) + delitem MercCard_EH, countitem(MercCard_EH); + break; + // Referral and Eisten case 25: if (#REFERRAL_PROG && BaseLevel == 25 && #REFERRAL_CTRL < 1) { #REFERRAL_CTRL=1; |