1
0

Add throw sound and fix arrow server crash.

This commit is contained in:
Howaner
2014-05-28 16:39:59 +02:00
parent d4f90259b8
commit e7a7c45c36
4 changed files with 16 additions and 5 deletions

View File

@@ -608,6 +608,7 @@ void cNBTChunkSerializer::AddProjectileEntity(cProjectileEntity * a_Projectile)
case cProjectileEntity::pkGhastFireball:
{
m_Writer.AddInt("ExplosionPower", 1);
break;
// fall-through:
}
case cProjectileEntity::pkFireCharge: