Biglad

Results 2 comments of Biglad

im trying a small hack my side going to make http://www.wowhead.com/spell=1645 change players phasemask to 1, compiling now..

void Spell::EffectLearnSpell(SpellEffIndex effIndex) { if (effectHandleMode != SPELL_EFFECT_HANDLE_HIT_TARGET) return; ``` if (!unitTarget) return; if (unitTarget->GetTypeId() != TYPEID_PLAYER) { if (unitTarget->ToPet()) EffectLearnPetSpell(effIndex); return; } Player* player = unitTarget->ToPlayer(); uint32 spellToLearn =...