Skip to content

Commit 2337386

Browse files
committed
[fix] Timor no loot drop
1 parent 1315e8d commit 2337386

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

data-global/monster/quests/marapur/timira_the_many-headed.lua

+6
Original file line numberDiff line numberDiff line change
@@ -125,4 +125,10 @@ monster.immunities = {
125125
{ type = "bleed", condition = false },
126126
}
127127

128+
mType.onAppear = function(monster, creature)
129+
if monster:getType():isRewardBoss() then
130+
monster:setReward(true)
131+
end
132+
end
133+
128134
mType:register(monster)

0 commit comments

Comments
 (0)