Ovale Spell Priority

Ovale Spell Priority

6M Downloads

[9.0.19] name() function no longer parses target or name parameter (localized text) to compare

sirTribble opened this issue · 3 comments

commented

sample code

AddFunction DungeonBosses
{
boss1.Name("Жрица Алун'за")
}

commented

You should use boss1.name() == "whatever"

commented

This is a duplicate of #715 and is caused by the same underlying reason.

commented

name parameter not parsed as well.