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

[svn] Rewrite canSeeOrDetect function.
Minor change on trigger creatures.
Remove some unused hacks in scripts.

Original author: megamage
Date: 2008-11-06 10:27:58-06:00

Files:
1 modified

Legend:

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

    r174 r178  
    35773577    } 
    35783578 
     3579    // trigger 
     3580    if(m_spellInfo->Id == 40276) 
     3581    { 
     3582        EffectSummonWild(i); 
     3583        return; 
     3584    } 
     3585 
    35793586    // set timer for unsummon 
    35803587    int32 duration = GetSpellDuration(m_spellInfo);