This commit is contained in:
mark 2009-08-09 07:42:18 +00:00
parent de0c3e265d
commit f6e02ebd02

View file

@ -593,7 +593,7 @@ namespace Server.Mobiles
Point3D loc = this.Location;
Map map = this.Map;
PoolOfAcid acid = new PoolOfAcid( duration, minDamage, maxDamage, damagetype, name );
PoolOfAcid acid = new PoolOfAcid( duration, minDamage, maxDamage );
if ( target != null && target.Map != null && pools == 1 )
{