From 0f1f748138495ec80e079227c0002e233b3173bd Mon Sep 17 00:00:00 2001 From: megamage Date: Thu, 18 Dec 2008 09:44:57 -0600 Subject: *Fix build in Linux. *Fix a bug of bloodboil. By Anubisss. --HG-- branch : trunk --- src/game/SpellMgr.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game/SpellMgr.cpp') diff --git a/src/game/SpellMgr.cpp b/src/game/SpellMgr.cpp index 0679d4c2261..847539f4eca 100644 --- a/src/game/SpellMgr.cpp +++ b/src/game/SpellMgr.cpp @@ -1916,7 +1916,7 @@ void SpellMgr::LoadSpellCustomAttr() tempSpell->MaxAffectedTargets = 3; break; case 42005: // Bloodboil - tempSpell->MaxAffectedTargets = 6; + tempSpell->MaxAffectedTargets = 5; break; case 8122: case 8124: case 10888: case 10890: // Psychic Scream tempSpell->Attributes |= SPELL_ATTR_BREAKABLE_BY_DAMAGE; -- cgit v1.2.3