diff options
Diffstat (limited to '')
-rw-r--r-- | src/Items/ItemThrowable.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Items/ItemThrowable.h b/src/Items/ItemThrowable.h index 706143896..528799630 100644 --- a/src/Items/ItemThrowable.h +++ b/src/Items/ItemThrowable.h @@ -106,7 +106,7 @@ class cItemBottleOEnchantingHandler : typedef cItemThrowableHandler super; public: cItemBottleOEnchantingHandler(void) : - super(E_ITEM_BOTTLE_O_ENCHANTING, cProjectileEntity::pkExpBottle, 10) + super(E_ITEM_BOTTLE_O_ENCHANTING, cProjectileEntity::pkExpBottle, 14) { } }; |