Added Mysticism, Imbuing and Throwing to useAntiMacro array (#219)

This commit is contained in:
Marcelo Paez Sequeira 2020-09-04 11:51:30 -03:00 committed by GitHub
parent bd583f2013
commit 2de5e34303
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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);