mirror of
https://github.com/mangosfour/server.git
synced 2025-12-21 10:37:06 +00:00
[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:
parent
5e944a2c12
commit
3d1d3805a2
4 changed files with 11 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue