Alexander

Results 143 comments of Alexander

``` I don't sure. ``` you should be sure and should give a way "how to reproduce" if you posting an Issue, or i will close it

Я такой же видел у метафизикала в репо, незнаю кто первый упер =)

try with [p62]. Maybe it can fix this bug

this patch also solve a problem when Seduction aura is removed from target by any reason, not only fixes this talent

what exactly you can't understand? Without this patch if your target break Seduction (by trinket or by damage for example) - your Succubus still stay and trying to keep channeled,...

from where this info? Always give a links to official sources (sites or movies, better both)

i can't even image what can be wrong with these checks... but you can try to replace ``` if (m_spellInfo->SpellFamilyName == SPELLFAMILY_WARLOCK && m_spellInfo->Category == 1179) ``` by ``` if...

try to replace your check by ``` // not to dead and not for dead if (!pVictim->isAlive() || !getOwner() || !getOwner()->isAlive()) return; ```

try this ``` if (!pVictim->IsInWorld() || !pVictim->isAlive() || !getOwner() || !getOwner()->IsInWorld() || !getOwner()->isAlive()) ```

edited prev post, try new one