This commit is contained in:
parent
de0c3e265d
commit
f6e02ebd02
1 changed files with 1 additions and 1 deletions
|
|
@ -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 )
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue