#147 SpellProcess::GetSpellTargets icon_backdrop 316 support

Closed
opened 3 years ago by image · 0 comments
image commented 3 years ago

                    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; } ```
Sign in to join this conversation.
Loading...
Cancel
Save
There is no content yet.