Linux fix.

This commit is contained in:
SecretsOTheP
2014-11-03 23:01:55 -05:00
parent 29d614421f
commit d4139b98e3
2 changed files with 3 additions and 2 deletions
+2 -2
View File
@@ -5664,7 +5664,7 @@ bool Mob::TryDivineSave()
{
SetHP(1);
int16 EffectsToTry[] =
int32 EffectsToTry[] =
{
aabonuses.DivineSaveChance[1],
itembonuses.DivineSaveChance[1],
@@ -5707,7 +5707,7 @@ bool Mob::TryDeathSave() {
int SuccessChance = 0;
int buffSlot = spellbonuses.DeathSave[1];
int16 UD_HealMod = 0;
int32 UD_HealMod = 0;
int HealAmt = 300; //Death Pact max Heal
if(buffSlot >= 0){