Re implemented deathsavechanceAA ect as ExtraDIChance
Confirmed on live that this effect persists even if caster not in zone.
This commit is contained in:
KayenEQ
2014-02-22 01:34:16 -05:00
parent 402a10c488
commit 44c833fbe6
6 changed files with 88 additions and 31 deletions
+4 -3
View File
@@ -156,9 +156,10 @@ struct Buffs_Struct {
uint32 melee_rune;
uint32 magic_rune;
uint32 dot_rune;
uint32 caston_x;
uint32 caston_y;
uint32 caston_z;
int32 caston_x;
int32 caston_y;
int32 caston_z;
int32 ExtraDIChance;
bool persistant_buff;
bool client; //True if the caster is a client
bool UpdateClient;