Fixed quest 242 angel respawn.
This commit is contained in:
parent
31a3ba8380
commit
9540d3aea7
@ -285,7 +285,7 @@ public class Q242_PossessorOfAPreciousSoul extends Quest
|
||||
case ANGEL_CORPSE:
|
||||
if (cond == 4)
|
||||
{
|
||||
npc.deleteMe();
|
||||
npc.doDie(npc);
|
||||
int hair = st.getInt("angel");
|
||||
hair++;
|
||||
|
||||
|
@ -285,7 +285,7 @@ public class Q242_PossessorOfAPreciousSoul extends Quest
|
||||
case ANGEL_CORPSE:
|
||||
if (cond == 4)
|
||||
{
|
||||
npc.deleteMe();
|
||||
npc.doDie(npc);
|
||||
int hair = st.getInt("angel");
|
||||
hair++;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user