This commit is contained in:
parent
8ff1a903a0
commit
14873aaa3e
78 changed files with 360 additions and 231 deletions
|
|
@ -97,7 +97,7 @@ namespace Server.Mobiles
|
|||
while ( spirtsOrVortexes.Count > 6 )
|
||||
{
|
||||
int index = Utility.Random( spirtsOrVortexes.Count );
|
||||
//TODO: Confim if it's the dispel with all the pretty effects or just a Deletion of it.
|
||||
//TODO: Confirm if it's the dispel with all the pretty effects or just a deletion of it.
|
||||
Dispel( ( (Mobile) spirtsOrVortexes[index] ) );
|
||||
spirtsOrVortexes.RemoveAt( index );
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue