Skip to content
Permalink
Browse files
Fixed a documentation typo for bDropAddClass
Fixes #3748 

Thanks to @reunite-ro
  • Loading branch information
Lemongrass3110 committed Dec 12, 2018
1 parent 18f9574 commit 9f880768a8b860db27b65c7504f783e2ae0044f3
Showing with 1 addition and 1 deletion.
  1. +1 −1 doc/item_bonus.txt
@@ -418,7 +418,7 @@ bonus bBreakArmorRate,n; Adds a n/100% chance to break enemy's armor while att
Monster drops
-------------
bonus2 bDropAddRace,r,x; Adds x% to player's drop rate when killing a monster with race r.
bonus2 bDropAddClass,c,x; Adds x% to player's drop rate when killing a monster with race c.
bonus2 bDropAddClass,c,x; Adds x% to player's drop rate when killing a monster with class c.

bonus3 bAddMonsterIdDropItem,iid,mid,n; Adds a n/100% chance of dropping item iid when killing monster mid

0 comments on commit 9f88076

Please sign in to comment.