1
0

Don't enchant an already enchanted book

This commit is contained in:
Mat 2020-03-22 13:32:24 +02:00 committed by GitHub
parent dbca823e65
commit c0c9bf2b86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;