From 9f880768a8b860db27b65c7504f783e2ae0044f3 Mon Sep 17 00:00:00 2001 From: Lemongrass3110 Date: Wed, 12 Dec 2018 23:27:42 +0100 Subject: [PATCH] Fixed a documentation typo for bDropAddClass Fixes #3748 Thanks to @reunite-ro --- doc/item_bonus.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/item_bonus.txt b/doc/item_bonus.txt index 7ffe172b5f..307183cc93 100644 --- a/doc/item_bonus.txt +++ b/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