brazier leaves effects artifacts in game after delete, animal trainer checks and speech commands fixed.
This commit is contained in:
parent
43b5b143d3
commit
a603b2c82d
2 changed files with 78 additions and 66 deletions
|
|
@ -22,6 +22,13 @@ namespace Server.Items
|
|||
|
||||
private Item m_Fire;
|
||||
|
||||
public override void OnDelete()
|
||||
{
|
||||
TurnOff();
|
||||
|
||||
base.OnDelete();
|
||||
}
|
||||
|
||||
private static int[] m_Art = new int[]
|
||||
{
|
||||
0x19AA, 0x19BB
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue