diff options
| author | Vincent-Michael <Vincent_Michael@gmx.de> | 2012-07-17 12:49:06 +0200 |
|---|---|---|
| committer | Vincent-Michael <Vincent_Michael@gmx.de> | 2012-07-17 12:49:06 +0200 |
| commit | 8f6619ff9c826ec988e61d93550877faca9a0ca3 (patch) | |
| tree | 49fc17101717733d7c279d275cbec0936dd88305 /src | |
| parent | 0ec84cc446295bc4fb2651735bd988385956d7c1 (diff) | |
Core/Spells: Fix Bauble of True Blood crit heal
Diffstat (limited to 'src')
| -rwxr-xr-x | src/server/game/Entities/Unit/Unit.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/server/game/Entities/Unit/Unit.cpp b/src/server/game/Entities/Unit/Unit.cpp index fe67a36c163..c68f55c87af 100755 --- a/src/server/game/Entities/Unit/Unit.cpp +++ b/src/server/game/Entities/Unit/Unit.cpp @@ -10844,6 +10844,8 @@ bool Unit::isSpellCrit(Unit* victim, SpellInfo const* spellProto, SpellSchoolMas case 379: // Earth Shield case 33778: // Lifebloom Final Bloom case 64844: // Divine Hymn + case 71607: // Item - Bauble of True Blood 10m + case 71646: // Item - Bauble of True Blood 25m break; default: return false; |
