v2.0.0: fixed rare cases of imp quest being incorrect set as completed

This commit is contained in:
Evan Debenham
2022-12-05 15:13:38 -05:00
parent b608874ce5
commit fba407c933

View File

@@ -156,6 +156,8 @@ public class Imp extends NPC {
public static void reset() {
spawned = false;
given = false;
completed = false;
reward = null;
}