The official class name for Ed the Undying has changed from $class[Ed] to $class[Ed the Undying]

gausie

D̰͕̝͚̤̥̙̐̇̑͗̒e͍͔͎͈͔ͥ̉̔̅́̈l̠̪̜͓̲ͧ̍̈́͛v̻̾ͤe͗̃ͥ̐̊ͬp̔͒ͪ
Staff member
To match with the data we actually get from KoL, the class has now been renamed. This shouldn't affect 99% of scripts beyond a warning to rename your class, but the unlikely situation that you are doing my_class().to_string() == "Ed" (instead of some_class_string.to_class() == $class[Ed]) you will need to update your code.
 
Top