Fixes code according to modern code style. Fixes a few expression bugs.

This commit is contained in:
Kamron Batman 2018-09-15 09:58:51 -07:00
parent 89eea25e5f
commit 970fd563b2
3324 changed files with 441118 additions and 433755 deletions

View file

@ -2,8 +2,8 @@ using System;
namespace Server.Misc
{
[AttributeUsage( AttributeTargets.Class )]
public class DispellableFieldAttribute : Attribute
{
}
[AttributeUsage(AttributeTargets.Class)]
public class DispellableFieldAttribute : Attribute
{
}
}