Changeset 101 for trunk/src/game

Show
Ignore:
Timestamp:
11/19/08 13:35:37 (17 years ago)
Author:
yumileroy
Message:

[svn] Fix a bug that elixir buff cannot stack.
Fix quest 9685. Patch provided by ogeraisi.

Original author: megamage
Date: 2008-10-22 20:59:36-05:00

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/game/SpellMgr.cpp

    r98 r101  
    10391039    if(spellInfo_1->SpellFamilyName && spellInfo_1->SpellFamilyName == spellInfo_2->SpellFamilyName) //resurrection sickness 
    10401040    { 
    1041         if(spellInfo_1->SpellFamilyFlags == spellInfo_2->SpellFamilyFlags) 
     1041        if(spellInfo_1->SpellFamilyFlags && spellInfo_1->SpellFamilyFlags == spellInfo_2->SpellFamilyFlags) 
    10421042            return true; 
    10431043        if(spellInfo_1->SpellFamilyName == SPELLFAMILY_SHAMAN)