This commit is contained in:
parent
c63a5f13fa
commit
2204d5fb86
86 changed files with 1077 additions and 257 deletions
|
|
@ -100,7 +100,7 @@ namespace Server
|
|||
}
|
||||
|
||||
#region Dragon Barding
|
||||
if( (!Core.AOS || from == null || !from.Player) && m.Player && m.Mount is SwampDragon )
|
||||
if( (from == null || !from.Player) && m.Player && m.Mount is SwampDragon )
|
||||
{
|
||||
SwampDragon pet = m.Mount as SwampDragon;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue