1
0
Fork 0

Fixed leaping potion not giving jump boost

This commit is contained in:
Blitz Rakete 2016-03-17 20:01:07 +01:00 committed by Mattes D
parent 46430911fe
commit 4e0f829729
1 changed files with 1 additions and 0 deletions

View File

@ -84,6 +84,7 @@ int cEntityEffect::GetPotionEffectDuration(short a_ItemDamage)
case cEntityEffect::effNightVision:
case cEntityEffect::effStrength:
case cEntityEffect::effWaterBreathing:
case cEntityEffect::effJumpBoost:
case cEntityEffect::effInvisibility:
{
base = 3600;