9
3

#147 SpellProcess::GetSpellTargets icon_backdrop 316 support

Uzavrená
otvorené 4 rokov pred užívateľom image · 0 komentárov
image okomentoval 4 rokov pred

                    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 zatvorené 4 rokov pred
Prihláste sa pre zapojenie do konverzácie.
Načítavanie...
Zrušiť
Uložiť
Zatiaľ neexistuje žiadny obsah.