From f6e02ebd021ffc4a93350e55e95bd6e3d6a6a8c8 Mon Sep 17 00:00:00 2001 From: mark Date: Sun, 9 Aug 2009 07:42:18 +0000 Subject: [PATCH] --- Scripts/Engines/AI/Creature/BaseCreature.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ) {