diff options
Diffstat (limited to 'npc/003-3')
-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; |