sync feature negotiation flags

This commit is contained in:
Mark Sturgill 2013-09-25 00:31:46 -07:00
parent a1d945a19b
commit a5dd2119ec

View file

@ -3927,8 +3927,9 @@ namespace Server.Network
AdvancedMacros = 1 << 19,
AutoRemount = 1 << 20,
AutoBandage = 1 << 21,
BuffChecks = 1 << 22, // Buff bar checks for macros
EnemyTargetShare = 1 << 22,
FilterSeason = 1 << 23,
SpellTargetShare = 1 << 24,
All = ulong.MaxValue
}