mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-31 09:06:46 +00:00
[Feature] Rule to replace dispel spell effects with suppression effect.
This commit is contained in:
@@ -226,6 +226,8 @@ struct Buffs_Struct {
|
||||
bool persistant_buff;
|
||||
bool client; //True if the caster is a client
|
||||
bool UpdateClient;
|
||||
uint16 suppressedid;
|
||||
uint32 suppressedticsremaining;
|
||||
|
||||
// cereal
|
||||
template<class Archive>
|
||||
|
||||
Reference in New Issue
Block a user