Fix syntax error

This commit is contained in:
Michael Cook (mackal) 2016-07-24 22:58:48 -04:00
parent 3963897fe4
commit a7fd9312d0

View File

@ -1018,7 +1018,7 @@ void Client::OPRezzAnswer(uint32 Action, uint32 SpellID, uint16 ZoneID, uint16 I
SetHP(GetMaxHP()/5);
int rez_eff = 756;
if (GetRace() == BARBARIAN || GetRace() == DWARF || GetRace() == TROLL || GetRace() == OGRE)
rez_eff = 757
rez_eff = 757;
SpellOnTarget(rez_eff, this); // Rezz effects
}
else {