fix(factions): Fixes faction saw trap (#455)

Adds back missing serial constructor for faction saw trap.
This commit is contained in:
Kamron Batman 2021-02-04 10:49:14 -08:00 committed by GitHub
parent 50e9b367fc
commit 3f73baf280
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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!