summaryrefslogtreecommitdiffstats
path: root/src/Items/ItemThrowable.h
diff options
context:
space:
mode:
authorMat <mail@mathias.is>2020-03-22 16:44:24 +0100
committerGitHub <noreply@github.com>2020-03-22 16:44:24 +0100
commit076749bd3638becf41a2627370fd6853508b333b (patch)
treecce4b9bcf69ced7cc30a9dc048a568b6a95aaa22 /src/Items/ItemThrowable.h
parentFix effect crashes (#4530) (diff)
downloadcuberite-076749bd3638becf41a2627370fd6853508b333b.tar
cuberite-076749bd3638becf41a2627370fd6853508b333b.tar.gz
cuberite-076749bd3638becf41a2627370fd6853508b333b.tar.bz2
cuberite-076749bd3638becf41a2627370fd6853508b333b.tar.lz
cuberite-076749bd3638becf41a2627370fd6853508b333b.tar.xz
cuberite-076749bd3638becf41a2627370fd6853508b333b.tar.zst
cuberite-076749bd3638becf41a2627370fd6853508b333b.zip
Diffstat (limited to '')
-rw-r--r--src/Items/ItemThrowable.h2
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)
{
}
};