fix(factions): Fixes faction saw trap (#455)
Adds back missing serial constructor for faction saw trap.
This commit is contained in:
parent
50e9b367fc
commit
3f73baf280
1 changed files with 4 additions and 0 deletions
|
|
@ -9,6 +9,10 @@ namespace Server.Factions
|
|||
{
|
||||
}
|
||||
|
||||
public FactionSawTrap(Serial serial) : base(serial)
|
||||
{
|
||||
}
|
||||
|
||||
public override int LabelNumber => 1041047; // faction saw trap
|
||||
|
||||
public override int AttackMessage => 1010544; // The blade cuts deep into your skin!
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue