Fixed Possessor of a Precious Soul (242) npc deleteMe issue.
Contributed by zebb.
This commit is contained in:
parent
18a8b5b876
commit
b6eaf10d8b
@ -125,7 +125,7 @@ public class Q242_PossessorOfAPreciousSoul extends Quest
|
||||
{
|
||||
if (st.hasQuestItems(ORB_OF_BINDING))
|
||||
{
|
||||
npc.deleteMe();
|
||||
npc.doDie(npc);
|
||||
st.takeItems(ORB_OF_BINDING, 1);
|
||||
|
||||
int cornerstones = st.getInt("cornerstone");
|
||||
|
@ -125,7 +125,7 @@ public class Q242_PossessorOfAPreciousSoul extends Quest
|
||||
{
|
||||
if (st.hasQuestItems(ORB_OF_BINDING))
|
||||
{
|
||||
npc.deleteMe();
|
||||
npc.doDie(npc);
|
||||
st.takeItems(ORB_OF_BINDING, 1);
|
||||
|
||||
int cornerstones = st.getInt("cornerstone");
|
||||
|
Loading…
Reference in New Issue
Block a user