Last two Seven Sign quests.

This commit is contained in:
mobius
2015-01-02 13:19:10 +00:00
parent ac0830cf5f
commit aa6dd2f44f
91 changed files with 1912 additions and 56 deletions

View File

@@ -34,6 +34,12 @@ public class OnEventTrigger extends L2GameServerPacket
_enabled = enabled ? 1 : 0;
}
public OnEventTrigger(int id, boolean enabled)
{
_emitterId = id;
_enabled = enabled ? 1 : 0;
}
@Override
protected final void writeImpl()
{