Fixed quest 242 angel respawn.
This commit is contained in:
@@ -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++;
|
||||||
|
|
||||||
|
@@ -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++;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user