#147 SpellProcess::GetSpellTargets icon_backdrop 316 support

Fechado
há 4 anos atrás aberto por image · 0 comentários

                    else if (target->group_id > 0 && target->group_id == luaspell->caster->group_id)
                    {
// put group target list logic here
                    }
                    else
                    {
// self target
                        target = NULL;
                        luaspell->initial_target = 0;
                    }
``` else if (target->group_id > 0 && target->group_id == luaspell->caster->group_id) { // put group target list logic here } else { // self target target = NULL; luaspell->initial_target = 0; } ```
Faça login para participar desta conversação.
A carregar...
Cancelar
Guardar
Ainda não existe conteúdo.