#147 SpellProcess::GetSpellTargets icon_backdrop 316 support

クローズ
4 年 前image によって開かれました · 0 コメント
image4 年 前 にコメントしました

                    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; } ```
image この課題がコミット 4 年 前 から参照されました
image 4 年 前 に閉じられました
会話に参加するには サインイン してください。
読み込み中…
キャンセル
保存
まだコンテンツがありません