woops on my part. ninjaweps and spellhelper multi checks.
This commit is contained in:
parent
b56f20b39f
commit
07e45156e5
5 changed files with 15 additions and 12 deletions
|
|
@ -94,8 +94,8 @@ namespace Server.Items
|
|||
|
||||
if ( IsChildOf( from ) )
|
||||
{
|
||||
list.Add(new NinjaWeapon.LoadEntry(this));
|
||||
list.Add(new NinjaWeapon.UnloadEntry(this));
|
||||
list.Add(new NinjaWeapon.LoadEntry(this, 6224));
|
||||
list.Add(new NinjaWeapon.UnloadEntry(this, 6225));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue