*Fix a crash caused by memory corruption introduced in 2665.

--HG--
branch : trunk
This commit is contained in:
megamage
2009-04-14 15:39:33 -05:00
parent 95b9404f6d
commit 2af6eb9882

View File

@@ -3739,7 +3739,7 @@ bool Unit::AddAura(Aura *Aur)
else
foundAura->RefreshAura();
delete Aur;
return true;
return false;
}
}