Proper NPC id for quest Exalted, One Who Faces the Limit (10811).
Contributed by CostyKiller.
This commit is contained in:
@@ -2,5 +2,5 @@
|
|||||||
The gods are no longer protecting the Material Realm. Only Eva has been looking over us for this long.<br>
|
The gods are no longer protecting the Material Realm. Only Eva has been looking over us for this long.<br>
|
||||||
But even Eva hasn't been listening to us as of late. I don't think she'll be able to help us any longer.<br>
|
But even Eva hasn't been listening to us as of late. I don't think she'll be able to help us any longer.<br>
|
||||||
But if I tell you that we can keep improving without the help of the gods... Will you believe me?<br>
|
But if I tell you that we can keep improving without the help of the gods... Will you believe me?<br>
|
||||||
<Button ALIGN=LEFT ICON="Normal" action="bypass -h Quest Q10811_ExaltedOneWhoFacesTheLimit 33383-03.html">"What do you mean?"</Button>
|
<Button ALIGN=LEFT ICON="Normal" action="bypass -h Quest Q10811_ExaltedOneWhoFacesTheLimit 33907-03.html">"What do you mean?"</Button>
|
||||||
</body></html>
|
</body></html>
|
@@ -2,5 +2,5 @@
|
|||||||
The limit you've hit was overcome a long time ago. A few others and I have known this, but were disheartened that no one tried overcoming the limit.<br>
|
The limit you've hit was overcome a long time ago. A few others and I have known this, but were disheartened that no one tried overcoming the limit.<br>
|
||||||
You, who are a Noblesse, can overcome that status on your own. You can become <font color="LEVEL">Exalted</font>.<br>
|
You, who are a Noblesse, can overcome that status on your own. You can become <font color="LEVEL">Exalted</font>.<br>
|
||||||
Do you trust my words?<br>
|
Do you trust my words?<br>
|
||||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q10811_ExaltedOneWhoFacesTheLimit 33383-04.html">"Really?"</Button>
|
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q10811_ExaltedOneWhoFacesTheLimit 33907-04.html">"Really?"</Button>
|
||||||
</body></html>
|
</body></html>
|
@@ -2,5 +2,5 @@
|
|||||||
I was doubtful at first as well. How could we live without the protection of the gods?<br>
|
I was doubtful at first as well. How could we live without the protection of the gods?<br>
|
||||||
But after I accepted the truth and looked back on myself, I started seeing something new. We had been ready to improve ourselves. The only thing holding us back was the memory of the limit set by the gods...<br>
|
But after I accepted the truth and looked back on myself, I started seeing something new. We had been ready to improve ourselves. The only thing holding us back was the memory of the limit set by the gods...<br>
|
||||||
I'm sure now. And I can teach you how to get stronger without the help of the gods. Do you wish to know?<br>
|
I'm sure now. And I can teach you how to get stronger without the help of the gods. Do you wish to know?<br>
|
||||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q10811_ExaltedOneWhoFacesTheLimit 33383-05.html">"Enlighten me."</Button>
|
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q10811_ExaltedOneWhoFacesTheLimit 33907-05.html">"Enlighten me."</Button>
|
||||||
</body></html>
|
</body></html>
|
@@ -1,5 +1,5 @@
|
|||||||
<html><body>Eva's Knight Lionel Hunter:<br>
|
<html><body>Eva's Knight Lionel Hunter:<br>
|
||||||
Have you completed all the tests?<br>
|
Have you completed all the tests?<br>
|
||||||
I'm sure they weren't easy, but you did well in not giving up. You have all the certificates?<br>
|
I'm sure they weren't easy, but you did well in not giving up. You have all the certificates?<br>
|
||||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q10811_ExaltedOneWhoFacesTheLimit 33383-09.html">"Yes, here."</Button>
|
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q10811_ExaltedOneWhoFacesTheLimit 33907-09.html">"Yes, here."</Button>
|
||||||
</body></html>
|
</body></html>
|
@@ -51,6 +51,7 @@ public class Q10811_ExaltedOneWhoFacesTheLimit extends Quest
|
|||||||
super(10811);
|
super(10811);
|
||||||
addStartNpc(LIONEL);
|
addStartNpc(LIONEL);
|
||||||
addTalkId(LIONEL);
|
addTalkId(LIONEL);
|
||||||
|
addCondMinLevel(MIN_LEVEL, "33907-07.html");
|
||||||
registerQuestItems(LIONEL_HUNTER_MISSING_LIST, ELIKIA_CERTIFICATE, MYSTERIOUS_BUTLER_CERTIFICATE, SIR_ERIC_RODEMAI_CERTIFICATE, GALLADUCI_RODEMAI_CERTIFICATE);
|
registerQuestItems(LIONEL_HUNTER_MISSING_LIST, ELIKIA_CERTIFICATE, MYSTERIOUS_BUTLER_CERTIFICATE, SIR_ERIC_RODEMAI_CERTIFICATE, GALLADUCI_RODEMAI_CERTIFICATE);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -66,8 +67,8 @@ public class Q10811_ExaltedOneWhoFacesTheLimit extends Quest
|
|||||||
String htmltext = null;
|
String htmltext = null;
|
||||||
switch (event)
|
switch (event)
|
||||||
{
|
{
|
||||||
case "33383-03.html":
|
case "33907-03.html":
|
||||||
case "33383-04.html":
|
case "33907-04.html":
|
||||||
{
|
{
|
||||||
htmltext = event;
|
htmltext = event;
|
||||||
break;
|
break;
|
||||||
@@ -78,14 +79,14 @@ public class Q10811_ExaltedOneWhoFacesTheLimit extends Quest
|
|||||||
playMovie(player, Movie.SC_HONORS);
|
playMovie(player, Movie.SC_HONORS);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
case "33383-05.html":
|
case "33907-05.html":
|
||||||
{
|
{
|
||||||
qs.setCond(2);
|
qs.setCond(2);
|
||||||
giveItems(player, LIONEL_HUNTER_MISSING_LIST, 1);
|
giveItems(player, LIONEL_HUNTER_MISSING_LIST, 1);
|
||||||
htmltext = event;
|
htmltext = event;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
case "33383-09.html":
|
case "33907-09.html":
|
||||||
{
|
{
|
||||||
if (qs.isCond(3))
|
if (qs.isCond(3))
|
||||||
{
|
{
|
||||||
@@ -115,22 +116,22 @@ public class Q10811_ExaltedOneWhoFacesTheLimit extends Quest
|
|||||||
{
|
{
|
||||||
case State.CREATED:
|
case State.CREATED:
|
||||||
{
|
{
|
||||||
htmltext = (player.getLevel() >= MIN_LEVEL) && (player.getNobleLevel() > 0) ? "33383-01.htm" : "33383-07.htm";
|
htmltext = (player.getLevel() >= MIN_LEVEL) && (player.getNobleLevel() > 0) ? "33907-01.htm" : "33907-07.htm";
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
case State.STARTED:
|
case State.STARTED:
|
||||||
{
|
{
|
||||||
if (qs.isCond(1))
|
if (qs.isCond(1))
|
||||||
{
|
{
|
||||||
htmltext = "33383-02.html";
|
htmltext = "33907-02.html";
|
||||||
}
|
}
|
||||||
else if (qs.isCond(2))
|
else if (qs.isCond(2))
|
||||||
{
|
{
|
||||||
htmltext = "33383-06.html";
|
htmltext = "33907-06.html";
|
||||||
}
|
}
|
||||||
else if (qs.isCond(3))
|
else if (qs.isCond(3))
|
||||||
{
|
{
|
||||||
htmltext = "33383-08.html";
|
htmltext = "33907-08.html";
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
@@ -2,5 +2,5 @@
|
|||||||
The gods are no longer protecting the Material Realm. Only Eva has been looking over us for this long.<br>
|
The gods are no longer protecting the Material Realm. Only Eva has been looking over us for this long.<br>
|
||||||
But even Eva hasn't been listening to us as of late. I don't think she'll be able to help us any longer.<br>
|
But even Eva hasn't been listening to us as of late. I don't think she'll be able to help us any longer.<br>
|
||||||
But if I tell you that we can keep improving without the help of the gods... Will you believe me?<br>
|
But if I tell you that we can keep improving without the help of the gods... Will you believe me?<br>
|
||||||
<Button ALIGN=LEFT ICON="Normal" action="bypass -h Quest Q10811_ExaltedOneWhoFacesTheLimit 33383-03.html">"What do you mean?"</Button>
|
<Button ALIGN=LEFT ICON="Normal" action="bypass -h Quest Q10811_ExaltedOneWhoFacesTheLimit 33907-03.html">"What do you mean?"</Button>
|
||||||
</body></html>
|
</body></html>
|
@@ -2,5 +2,5 @@
|
|||||||
The limit you've hit was overcome a long time ago. A few others and I have known this, but were disheartened that no one tried overcoming the limit.<br>
|
The limit you've hit was overcome a long time ago. A few others and I have known this, but were disheartened that no one tried overcoming the limit.<br>
|
||||||
You, who are a Noblesse, can overcome that status on your own. You can become <font color="LEVEL">Exalted</font>.<br>
|
You, who are a Noblesse, can overcome that status on your own. You can become <font color="LEVEL">Exalted</font>.<br>
|
||||||
Do you trust my words?<br>
|
Do you trust my words?<br>
|
||||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q10811_ExaltedOneWhoFacesTheLimit 33383-04.html">"Really?"</Button>
|
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q10811_ExaltedOneWhoFacesTheLimit 33907-04.html">"Really?"</Button>
|
||||||
</body></html>
|
</body></html>
|
@@ -2,5 +2,5 @@
|
|||||||
I was doubtful at first as well. How could we live without the protection of the gods?<br>
|
I was doubtful at first as well. How could we live without the protection of the gods?<br>
|
||||||
But after I accepted the truth and looked back on myself, I started seeing something new. We had been ready to improve ourselves. The only thing holding us back was the memory of the limit set by the gods...<br>
|
But after I accepted the truth and looked back on myself, I started seeing something new. We had been ready to improve ourselves. The only thing holding us back was the memory of the limit set by the gods...<br>
|
||||||
I'm sure now. And I can teach you how to get stronger without the help of the gods. Do you wish to know?<br>
|
I'm sure now. And I can teach you how to get stronger without the help of the gods. Do you wish to know?<br>
|
||||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q10811_ExaltedOneWhoFacesTheLimit 33383-05.html">"Enlighten me."</Button>
|
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q10811_ExaltedOneWhoFacesTheLimit 33907-05.html">"Enlighten me."</Button>
|
||||||
</body></html>
|
</body></html>
|
@@ -1,5 +1,5 @@
|
|||||||
<html><body>Eva's Knight Lionel Hunter:<br>
|
<html><body>Eva's Knight Lionel Hunter:<br>
|
||||||
Have you completed all the tests?<br>
|
Have you completed all the tests?<br>
|
||||||
I'm sure they weren't easy, but you did well in not giving up. You have all the certificates?<br>
|
I'm sure they weren't easy, but you did well in not giving up. You have all the certificates?<br>
|
||||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q10811_ExaltedOneWhoFacesTheLimit 33383-09.html">"Yes, here."</Button>
|
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q10811_ExaltedOneWhoFacesTheLimit 33907-09.html">"Yes, here."</Button>
|
||||||
</body></html>
|
</body></html>
|
@@ -51,6 +51,7 @@ public class Q10811_ExaltedOneWhoFacesTheLimit extends Quest
|
|||||||
super(10811);
|
super(10811);
|
||||||
addStartNpc(LIONEL);
|
addStartNpc(LIONEL);
|
||||||
addTalkId(LIONEL);
|
addTalkId(LIONEL);
|
||||||
|
addCondMinLevel(MIN_LEVEL, "33907-07.html");
|
||||||
registerQuestItems(LIONEL_HUNTER_MISSING_LIST, ELIKIA_CERTIFICATE, MYSTERIOUS_BUTLER_CERTIFICATE, SIR_ERIC_RODEMAI_CERTIFICATE, GALLADUCI_RODEMAI_CERTIFICATE);
|
registerQuestItems(LIONEL_HUNTER_MISSING_LIST, ELIKIA_CERTIFICATE, MYSTERIOUS_BUTLER_CERTIFICATE, SIR_ERIC_RODEMAI_CERTIFICATE, GALLADUCI_RODEMAI_CERTIFICATE);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -66,8 +67,8 @@ public class Q10811_ExaltedOneWhoFacesTheLimit extends Quest
|
|||||||
String htmltext = null;
|
String htmltext = null;
|
||||||
switch (event)
|
switch (event)
|
||||||
{
|
{
|
||||||
case "33383-03.html":
|
case "33907-03.html":
|
||||||
case "33383-04.html":
|
case "33907-04.html":
|
||||||
{
|
{
|
||||||
htmltext = event;
|
htmltext = event;
|
||||||
break;
|
break;
|
||||||
@@ -78,14 +79,14 @@ public class Q10811_ExaltedOneWhoFacesTheLimit extends Quest
|
|||||||
playMovie(player, Movie.SC_HONORS);
|
playMovie(player, Movie.SC_HONORS);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
case "33383-05.html":
|
case "33907-05.html":
|
||||||
{
|
{
|
||||||
qs.setCond(2);
|
qs.setCond(2);
|
||||||
giveItems(player, LIONEL_HUNTER_MISSING_LIST, 1);
|
giveItems(player, LIONEL_HUNTER_MISSING_LIST, 1);
|
||||||
htmltext = event;
|
htmltext = event;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
case "33383-09.html":
|
case "33907-09.html":
|
||||||
{
|
{
|
||||||
if (qs.isCond(3))
|
if (qs.isCond(3))
|
||||||
{
|
{
|
||||||
@@ -115,22 +116,22 @@ public class Q10811_ExaltedOneWhoFacesTheLimit extends Quest
|
|||||||
{
|
{
|
||||||
case State.CREATED:
|
case State.CREATED:
|
||||||
{
|
{
|
||||||
htmltext = (player.getLevel() >= MIN_LEVEL) && (player.getNobleLevel() > 0) ? "33383-01.htm" : "33383-07.htm";
|
htmltext = (player.getLevel() >= MIN_LEVEL) && (player.getNobleLevel() > 0) ? "33907-01.htm" : "33907-07.htm";
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
case State.STARTED:
|
case State.STARTED:
|
||||||
{
|
{
|
||||||
if (qs.isCond(1))
|
if (qs.isCond(1))
|
||||||
{
|
{
|
||||||
htmltext = "33383-02.html";
|
htmltext = "33907-02.html";
|
||||||
}
|
}
|
||||||
else if (qs.isCond(2))
|
else if (qs.isCond(2))
|
||||||
{
|
{
|
||||||
htmltext = "33383-06.html";
|
htmltext = "33907-06.html";
|
||||||
}
|
}
|
||||||
else if (qs.isCond(3))
|
else if (qs.isCond(3))
|
||||||
{
|
{
|
||||||
htmltext = "33383-08.html";
|
htmltext = "33907-08.html";
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
@@ -2,5 +2,5 @@
|
|||||||
The gods are no longer protecting the Material Realm. Only Eva has been looking over us for this long.<br>
|
The gods are no longer protecting the Material Realm. Only Eva has been looking over us for this long.<br>
|
||||||
But even Eva hasn't been listening to us as of late. I don't think she'll be able to help us any longer.<br>
|
But even Eva hasn't been listening to us as of late. I don't think she'll be able to help us any longer.<br>
|
||||||
But if I tell you that we can keep improving without the help of the gods... Will you believe me?<br>
|
But if I tell you that we can keep improving without the help of the gods... Will you believe me?<br>
|
||||||
<Button ALIGN=LEFT ICON="Normal" action="bypass -h Quest Q10811_ExaltedOneWhoFacesTheLimit 33383-03.html">"What do you mean?"</Button>
|
<Button ALIGN=LEFT ICON="Normal" action="bypass -h Quest Q10811_ExaltedOneWhoFacesTheLimit 33907-03.html">"What do you mean?"</Button>
|
||||||
</body></html>
|
</body></html>
|
@@ -2,5 +2,5 @@
|
|||||||
The limit you've hit was overcome a long time ago. A few others and I have known this, but were disheartened that no one tried overcoming the limit.<br>
|
The limit you've hit was overcome a long time ago. A few others and I have known this, but were disheartened that no one tried overcoming the limit.<br>
|
||||||
You, who are a Noblesse, can overcome that status on your own. You can become <font color="LEVEL">Exalted</font>.<br>
|
You, who are a Noblesse, can overcome that status on your own. You can become <font color="LEVEL">Exalted</font>.<br>
|
||||||
Do you trust my words?<br>
|
Do you trust my words?<br>
|
||||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q10811_ExaltedOneWhoFacesTheLimit 33383-04.html">"Really?"</Button>
|
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q10811_ExaltedOneWhoFacesTheLimit 33907-04.html">"Really?"</Button>
|
||||||
</body></html>
|
</body></html>
|
@@ -2,5 +2,5 @@
|
|||||||
I was doubtful at first as well. How could we live without the protection of the gods?<br>
|
I was doubtful at first as well. How could we live without the protection of the gods?<br>
|
||||||
But after I accepted the truth and looked back on myself, I started seeing something new. We had been ready to improve ourselves. The only thing holding us back was the memory of the limit set by the gods...<br>
|
But after I accepted the truth and looked back on myself, I started seeing something new. We had been ready to improve ourselves. The only thing holding us back was the memory of the limit set by the gods...<br>
|
||||||
I'm sure now. And I can teach you how to get stronger without the help of the gods. Do you wish to know?<br>
|
I'm sure now. And I can teach you how to get stronger without the help of the gods. Do you wish to know?<br>
|
||||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q10811_ExaltedOneWhoFacesTheLimit 33383-05.html">"Enlighten me."</Button>
|
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q10811_ExaltedOneWhoFacesTheLimit 33907-05.html">"Enlighten me."</Button>
|
||||||
</body></html>
|
</body></html>
|
@@ -1,5 +1,5 @@
|
|||||||
<html><body>Eva's Knight Lionel Hunter:<br>
|
<html><body>Eva's Knight Lionel Hunter:<br>
|
||||||
Have you completed all the tests?<br>
|
Have you completed all the tests?<br>
|
||||||
I'm sure they weren't easy, but you did well in not giving up. You have all the certificates?<br>
|
I'm sure they weren't easy, but you did well in not giving up. You have all the certificates?<br>
|
||||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q10811_ExaltedOneWhoFacesTheLimit 33383-09.html">"Yes, here."</Button>
|
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q10811_ExaltedOneWhoFacesTheLimit 33907-09.html">"Yes, here."</Button>
|
||||||
</body></html>
|
</body></html>
|
@@ -51,6 +51,7 @@ public class Q10811_ExaltedOneWhoFacesTheLimit extends Quest
|
|||||||
super(10811);
|
super(10811);
|
||||||
addStartNpc(LIONEL);
|
addStartNpc(LIONEL);
|
||||||
addTalkId(LIONEL);
|
addTalkId(LIONEL);
|
||||||
|
addCondMinLevel(MIN_LEVEL, "33907-07.html");
|
||||||
registerQuestItems(LIONEL_HUNTER_MISSING_LIST, ELIKIA_CERTIFICATE, MYSTERIOUS_BUTLER_CERTIFICATE, SIR_ERIC_RODEMAI_CERTIFICATE, GALLADUCI_RODEMAI_CERTIFICATE);
|
registerQuestItems(LIONEL_HUNTER_MISSING_LIST, ELIKIA_CERTIFICATE, MYSTERIOUS_BUTLER_CERTIFICATE, SIR_ERIC_RODEMAI_CERTIFICATE, GALLADUCI_RODEMAI_CERTIFICATE);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -66,8 +67,8 @@ public class Q10811_ExaltedOneWhoFacesTheLimit extends Quest
|
|||||||
String htmltext = null;
|
String htmltext = null;
|
||||||
switch (event)
|
switch (event)
|
||||||
{
|
{
|
||||||
case "33383-03.html":
|
case "33907-03.html":
|
||||||
case "33383-04.html":
|
case "33907-04.html":
|
||||||
{
|
{
|
||||||
htmltext = event;
|
htmltext = event;
|
||||||
break;
|
break;
|
||||||
@@ -78,14 +79,14 @@ public class Q10811_ExaltedOneWhoFacesTheLimit extends Quest
|
|||||||
playMovie(player, Movie.SC_HONORS);
|
playMovie(player, Movie.SC_HONORS);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
case "33383-05.html":
|
case "33907-05.html":
|
||||||
{
|
{
|
||||||
qs.setCond(2);
|
qs.setCond(2);
|
||||||
giveItems(player, LIONEL_HUNTER_MISSING_LIST, 1);
|
giveItems(player, LIONEL_HUNTER_MISSING_LIST, 1);
|
||||||
htmltext = event;
|
htmltext = event;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
case "33383-09.html":
|
case "33907-09.html":
|
||||||
{
|
{
|
||||||
if (qs.isCond(3))
|
if (qs.isCond(3))
|
||||||
{
|
{
|
||||||
@@ -115,22 +116,22 @@ public class Q10811_ExaltedOneWhoFacesTheLimit extends Quest
|
|||||||
{
|
{
|
||||||
case State.CREATED:
|
case State.CREATED:
|
||||||
{
|
{
|
||||||
htmltext = (player.getLevel() >= MIN_LEVEL) && (player.getNobleLevel() > 0) ? "33383-01.htm" : "33383-07.htm";
|
htmltext = (player.getLevel() >= MIN_LEVEL) && (player.getNobleLevel() > 0) ? "33907-01.htm" : "33907-07.htm";
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
case State.STARTED:
|
case State.STARTED:
|
||||||
{
|
{
|
||||||
if (qs.isCond(1))
|
if (qs.isCond(1))
|
||||||
{
|
{
|
||||||
htmltext = "33383-02.html";
|
htmltext = "33907-02.html";
|
||||||
}
|
}
|
||||||
else if (qs.isCond(2))
|
else if (qs.isCond(2))
|
||||||
{
|
{
|
||||||
htmltext = "33383-06.html";
|
htmltext = "33907-06.html";
|
||||||
}
|
}
|
||||||
else if (qs.isCond(3))
|
else if (qs.isCond(3))
|
||||||
{
|
{
|
||||||
htmltext = "33383-08.html";
|
htmltext = "33907-08.html";
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user