Effects packets (#308)
- [X] Changes effect packets - [X] Updates playing sounds - [X] Updates Effects class to have more options so there are less direct calls to building the packets - [X] Changes bonding status packet
This commit is contained in:
parent
1c9439e4fd
commit
361ec4dba4
53 changed files with 958 additions and 833 deletions
|
|
@ -3550,7 +3550,7 @@ namespace Server.Items
|
|||
20,
|
||||
5042
|
||||
);
|
||||
Effects.PlaySound(defender, defender.Map, 0x201);
|
||||
Effects.PlaySound(defender, 0x201);
|
||||
|
||||
defender.Delete();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue