Added Mysticism, Imbuing and Throwing to useAntiMacro array (#219)
This commit is contained in:
parent
bd583f2013
commit
2de5e34303
1 changed files with 4 additions and 1 deletions
|
|
@ -80,7 +80,10 @@ namespace Server.Misc
|
|||
true, // Chivalry = 51
|
||||
true, // Bushido = 52
|
||||
true, // Ninjitsu = 53
|
||||
true // Spellweaving
|
||||
true, // Spellweaving
|
||||
true, // Mysticism = 55
|
||||
true, // Imbuing = 56
|
||||
false, // Throwing = 57
|
||||
};
|
||||
|
||||
private static readonly TimeSpan m_StatGainDelay = TimeSpan.FromMinutes(Core.ML ? 0.05 : 15);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue