diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/042-5/ctrl.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/042-5/ctrl.txt b/npc/042-5/ctrl.txt index 34fb35f7d..e36eeb5ce 100644 --- a/npc/042-5/ctrl.txt +++ b/npc/042-5/ctrl.txt @@ -146,7 +146,7 @@ function script KamelotTreasure { // Select treasure list if (.@r <= 0) // 0.01% total, 0.025% each - .@loot=any(MylarinDust, SupremeGift, HousingLetterIII, TimeFlask); // MercCard_EH + .@loot=any(MylarinDust, SupremeGift, HousingLetterIII, TimeFlask, MercCard_EH); else if (.@r < 300) // 0.3% each .@loot=any(MagicApple, PrismGift, EquipmentBlueprintD, ChampionshipBow, Halberd, AncientShield, AncientSword, Setzer, MercBoxD, Shemagh); else |