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

[svn] Merge from mangos.
Wed Oct 29 15:06:00 http://github.com/mangos/mangos/commit/034b8a34a9b621443e97d0ac4b667b603ba31ef1
Mon Oct 27 14:36:42 http://github.com/mangos/mangos/commit/fa072d15107b44344af8c9ef686839984e241a1b

Original author: megamage
Date: 2008-10-29 18:06:01-05:00

Files:
1 modified

Legend:

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

    r102 r135  
    167167                unit_target = NULL; 
    168168 
     169            if (((Creature*)pet)->GetGlobalCooldown() > 0) 
     170                return; 
     171 
    169172            // do not cast unknown spells 
    170173            SpellEntry const *spellInfo = sSpellStore.LookupEntry(spellid ); 
     
    602605    } 
    603606 
     607    if (pet->GetGlobalCooldown() > 0) 
     608        return; 
     609 
    604610    SpellEntry const *spellInfo = sSpellStore.LookupEntry(spellid); 
    605611    if(!spellInfo)