[12670] Use normal cast time for triggered spells by default

Close cmangos/issues#195

Please report problems that might (or might not) arise

Signed-off-by: Schmoozerd <schmoozerd@cmangos>

(based on commit [12468] - 47aa389)
This commit is contained in:
Schmoozerd 2013-08-19 16:21:05 +03:00 committed by Antz
parent 5e944a2c12
commit 3d1d3805a2
4 changed files with 11 additions and 3 deletions

View file

@ -103,7 +103,7 @@ uint32 GetSpellCastTime(SpellEntry const* spellInfo, Spell const* spell)
if (spell)
{
// some triggered spells have data only usable for client
if (spell->IsTriggeredSpellWithRedundentData())
if (spell->IsTriggeredSpellWithRedundentCastTime())
return 0;
// spell targeted to non-trading trade slot item instant at trade success apply