Fixed quest 242 angel respawn.

This commit is contained in:
MobiusDevelopment
2020-08-01 04:04:42 +00:00
parent 31a3ba8380
commit 9540d3aea7
2 changed files with 2 additions and 2 deletions

View File

@@ -285,7 +285,7 @@ public class Q242_PossessorOfAPreciousSoul extends Quest
case ANGEL_CORPSE: case ANGEL_CORPSE:
if (cond == 4) if (cond == 4)
{ {
npc.deleteMe(); npc.doDie(npc);
int hair = st.getInt("angel"); int hair = st.getInt("angel");
hair++; hair++;

View File

@@ -285,7 +285,7 @@ public class Q242_PossessorOfAPreciousSoul extends Quest
case ANGEL_CORPSE: case ANGEL_CORPSE:
if (cond == 4) if (cond == 4)
{ {
npc.deleteMe(); npc.doDie(npc);
int hair = st.getInt("angel"); int hair = st.getInt("angel");
hair++; hair++;