Don't enchant an already enchanted book
This commit is contained in:
parent
dbca823e65
commit
c0c9bf2b86
@ -114,7 +114,7 @@ public:
|
||||
}
|
||||
case 1:
|
||||
{
|
||||
cItem Book(E_ITEM_ENCHANTED_BOOK);
|
||||
cItem Book(E_ITEM_BOOK);
|
||||
Book.EnchantByXPLevels(30);
|
||||
Drops.Add(Book);
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user