[6983] Revert [6978]. Useless for master branch. But ported to mangos-0.12 version will useful at branch.

* Remove unused arg of Unit::RollMeleeOutcomeAgainst and cleanup related code: Block crit implemented for spell by another way,
* Also comment out SPELL_AURA_IGNORE_COMBAT_RESULT aura check for block: not exist currently spell with this aura for bloc case.
This commit is contained in:
VladimirMangos 2008-12-30 03:12:35 +03:00
parent 73ca2b7a54
commit 71c67a5202
3 changed files with 11 additions and 19 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "6982"
#define REVISION_NR "6983"
#endif // __REVISION_NR_H__