diff --git a/Scripts/Engines/AI/Creature/BaseCreature.cs b/Scripts/Engines/AI/Creature/BaseCreature.cs index 07ac444e8..82a1bed29 100644 --- a/Scripts/Engines/AI/Creature/BaseCreature.cs +++ b/Scripts/Engines/AI/Creature/BaseCreature.cs @@ -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 ) {