#147 SpellProcess::GetSpellTargets icon_backdrop 316 support

已关闭
image4 年之前创建 · 0 条评论
image 评论于 4 年之前

                    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; } ```
image4 年之前 关闭
登录 并参与到对话中。
正在加载...
取消
保存
这个人很懒,什么都没留下。