Fixes code according to modern code style. Fixes a few expression bugs.
This commit is contained in:
parent
89eea25e5f
commit
970fd563b2
3324 changed files with 441118 additions and 433755 deletions
|
|
@ -1,34 +1,34 @@
|
|||
namespace Server.Items
|
||||
{
|
||||
public enum SlayerName
|
||||
{
|
||||
None,
|
||||
Silver,
|
||||
OrcSlaying,
|
||||
TrollSlaughter,
|
||||
OgreTrashing,
|
||||
Repond,
|
||||
DragonSlaying,
|
||||
Terathan,
|
||||
SnakesBane,
|
||||
LizardmanSlaughter,
|
||||
ReptilianDeath,
|
||||
DaemonDismissal,
|
||||
GargoylesFoe,
|
||||
BalronDamnation,
|
||||
Exorcism,
|
||||
Ophidian,
|
||||
SpidersDeath,
|
||||
ScorpionsBane,
|
||||
ArachnidDoom,
|
||||
FlameDousing,
|
||||
WaterDissipation,
|
||||
Vacuum,
|
||||
ElementalHealth,
|
||||
EarthShatter,
|
||||
BloodDrinking,
|
||||
SummerWind,
|
||||
ElementalBan, // Bane?
|
||||
Fey
|
||||
}
|
||||
public enum SlayerName
|
||||
{
|
||||
None,
|
||||
Silver,
|
||||
OrcSlaying,
|
||||
TrollSlaughter,
|
||||
OgreTrashing,
|
||||
Repond,
|
||||
DragonSlaying,
|
||||
Terathan,
|
||||
SnakesBane,
|
||||
LizardmanSlaughter,
|
||||
ReptilianDeath,
|
||||
DaemonDismissal,
|
||||
GargoylesFoe,
|
||||
BalronDamnation,
|
||||
Exorcism,
|
||||
Ophidian,
|
||||
SpidersDeath,
|
||||
ScorpionsBane,
|
||||
ArachnidDoom,
|
||||
FlameDousing,
|
||||
WaterDissipation,
|
||||
Vacuum,
|
||||
ElementalHealth,
|
||||
EarthShatter,
|
||||
BloodDrinking,
|
||||
SummerWind,
|
||||
ElementalBan, // Bane?
|
||||
Fey
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue