Addition of missing 10302 to 10307 quest htmls.
This commit is contained in:
@@ -0,0 +1,4 @@
|
|||||||
|
<html><body>High Priest Orven:<br>
|
||||||
|
Have you killed the monsters in the Plains of the Lizardmen?<br>
|
||||||
|
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q10302_FoilPlansOfTheLizardmen reward">Nod</Button>
|
||||||
|
</body></html>
|
@@ -0,0 +1,3 @@
|
|||||||
|
<html><body>High Priest Orven:<br>
|
||||||
|
Thank you for your help. I hope there would be peace and silence in the Plains of the Lizardmen again.
|
||||||
|
</body></html>
|
@@ -67,13 +67,13 @@ public class Q10302_FoilPlansOfTheLizardmen extends Quest
|
|||||||
@Override
|
@Override
|
||||||
public String onAdvEvent(String event, Npc npc, Player player)
|
public String onAdvEvent(String event, Npc npc, Player player)
|
||||||
{
|
{
|
||||||
|
String htmltext = null;
|
||||||
final QuestState qs = getQuestState(player, false);
|
final QuestState qs = getQuestState(player, false);
|
||||||
if (qs == null)
|
if (qs == null)
|
||||||
{
|
{
|
||||||
return null;
|
return htmltext;
|
||||||
}
|
}
|
||||||
|
|
||||||
String htmltext = null;
|
|
||||||
switch (event)
|
switch (event)
|
||||||
{
|
{
|
||||||
case "30857.htm":
|
case "30857.htm":
|
||||||
|
@@ -0,0 +1,4 @@
|
|||||||
|
<html><body>High Priest Orven:<br>
|
||||||
|
Have you killed the monsters in the Tower of Insolence?<br>
|
||||||
|
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q10303_SymbolOfHubris reward">Nod</Button>
|
||||||
|
</body></html>
|
@@ -0,0 +1,3 @@
|
|||||||
|
<html><body>High Priest Orven:<br>
|
||||||
|
Thank you for your help. I hope there would be peace and silence in the Tower of Insolence again.
|
||||||
|
</body></html>
|
@@ -73,13 +73,13 @@ public class Q10303_SymbolOfHubris extends Quest
|
|||||||
@Override
|
@Override
|
||||||
public String onAdvEvent(String event, Npc npc, Player player)
|
public String onAdvEvent(String event, Npc npc, Player player)
|
||||||
{
|
{
|
||||||
|
String htmltext = null;
|
||||||
final QuestState qs = getQuestState(player, false);
|
final QuestState qs = getQuestState(player, false);
|
||||||
if (qs == null)
|
if (qs == null)
|
||||||
{
|
{
|
||||||
return null;
|
return htmltext;
|
||||||
}
|
}
|
||||||
|
|
||||||
String htmltext = null;
|
|
||||||
switch (event)
|
switch (event)
|
||||||
{
|
{
|
||||||
case "30857.htm":
|
case "30857.htm":
|
||||||
|
@@ -0,0 +1,4 @@
|
|||||||
|
<html><body>High Priest Orven:<br>
|
||||||
|
Have you killed the monsters in the Dragon Valley?<br>
|
||||||
|
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q10304_ChangesintheDragonValley reward">Nod</Button>
|
||||||
|
</body></html>
|
@@ -0,0 +1,3 @@
|
|||||||
|
<html><body>High Priest Orven:<br>
|
||||||
|
Thank you for your help. I hope there would be peace and silence in the Dragon Valley again.
|
||||||
|
</body></html>
|
@@ -81,13 +81,13 @@ public class Q10304_ChangesintheDragonValley extends Quest
|
|||||||
@Override
|
@Override
|
||||||
public String onAdvEvent(String event, Npc npc, Player player)
|
public String onAdvEvent(String event, Npc npc, Player player)
|
||||||
{
|
{
|
||||||
|
String htmltext = null;
|
||||||
final QuestState qs = getQuestState(player, false);
|
final QuestState qs = getQuestState(player, false);
|
||||||
if (qs == null)
|
if (qs == null)
|
||||||
{
|
{
|
||||||
return null;
|
return htmltext;
|
||||||
}
|
}
|
||||||
|
|
||||||
String htmltext = null;
|
|
||||||
switch (event)
|
switch (event)
|
||||||
{
|
{
|
||||||
case "30857.htm":
|
case "30857.htm":
|
||||||
|
@@ -0,0 +1,4 @@
|
|||||||
|
<html><body>High Priest Orven:<br>
|
||||||
|
Have you killed the monsters in the Dragon Valley?<br>
|
||||||
|
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest quests.Q10305_DragonsSuspiciousMovements reward">Nod</Button>
|
||||||
|
</body></html>
|
@@ -0,0 +1,3 @@
|
|||||||
|
<html><body>High Priest Orven:<br>
|
||||||
|
Thank you for your help. I hope there would be peace and silence in the Dragon Valley again.
|
||||||
|
</body></html>
|
@@ -70,13 +70,13 @@ public class Q10305_DragonsSuspiciousMovements extends Quest
|
|||||||
@Override
|
@Override
|
||||||
public String onAdvEvent(String event, Npc npc, Player player)
|
public String onAdvEvent(String event, Npc npc, Player player)
|
||||||
{
|
{
|
||||||
|
String htmltext = null;
|
||||||
final QuestState qs = getQuestState(player, false);
|
final QuestState qs = getQuestState(player, false);
|
||||||
if (qs == null)
|
if (qs == null)
|
||||||
{
|
{
|
||||||
return null;
|
return htmltext;
|
||||||
}
|
}
|
||||||
|
|
||||||
String htmltext = null;
|
|
||||||
switch (event)
|
switch (event)
|
||||||
{
|
{
|
||||||
case "30857.htm":
|
case "30857.htm":
|
||||||
|
@@ -0,0 +1,4 @@
|
|||||||
|
<html><body>High Priest Orven:<br>
|
||||||
|
Have you killed the monsters in the Sel Mahum Base?<br>
|
||||||
|
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q10306_StopSelMahumsTroops reward">Nod</Button>
|
||||||
|
</body></html>
|
@@ -0,0 +1,3 @@
|
|||||||
|
<html><body>High Priest Orven:<br>
|
||||||
|
Thank you for your help. I hope there would be peace and silence in the Sel Mahum Base again.
|
||||||
|
</body></html>
|
@@ -81,13 +81,13 @@ public class Q10306_StopSelMahumsTroops extends Quest
|
|||||||
@Override
|
@Override
|
||||||
public String onAdvEvent(String event, Npc npc, Player player)
|
public String onAdvEvent(String event, Npc npc, Player player)
|
||||||
{
|
{
|
||||||
|
String htmltext = null;
|
||||||
final QuestState qs = getQuestState(player, false);
|
final QuestState qs = getQuestState(player, false);
|
||||||
if (qs == null)
|
if (qs == null)
|
||||||
{
|
{
|
||||||
return null;
|
return htmltext;
|
||||||
}
|
}
|
||||||
|
|
||||||
String htmltext = null;
|
|
||||||
switch (event)
|
switch (event)
|
||||||
{
|
{
|
||||||
case "30857.htm":
|
case "30857.htm":
|
||||||
|
@@ -0,0 +1,4 @@
|
|||||||
|
<html><body>High Priest Orven:<br>
|
||||||
|
Have you killed the monsters in the Orc Barracks?<br>
|
||||||
|
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q10307_TurekOrcsSecret reward">Nod</Button>
|
||||||
|
</body></html>
|
@@ -0,0 +1,3 @@
|
|||||||
|
<html><body>High Priest Orven:<br>
|
||||||
|
Thank you for your help. I hope there would be peace and silence in the Orc Barracks again.
|
||||||
|
</body></html>
|
@@ -74,13 +74,13 @@ public class Q10307_TurekOrcsSecret extends Quest
|
|||||||
@Override
|
@Override
|
||||||
public String onAdvEvent(String event, Npc npc, Player player)
|
public String onAdvEvent(String event, Npc npc, Player player)
|
||||||
{
|
{
|
||||||
|
String htmltext = null;
|
||||||
final QuestState qs = getQuestState(player, false);
|
final QuestState qs = getQuestState(player, false);
|
||||||
if (qs == null)
|
if (qs == null)
|
||||||
{
|
{
|
||||||
return null;
|
return htmltext;
|
||||||
}
|
}
|
||||||
|
|
||||||
String htmltext = null;
|
|
||||||
switch (event)
|
switch (event)
|
||||||
{
|
{
|
||||||
case "30857.htm":
|
case "30857.htm":
|
||||||
|
@@ -0,0 +1,4 @@
|
|||||||
|
<html><body>High Priest Orven:<br>
|
||||||
|
Have you killed the monsters in the Plains of the Lizardmen?<br>
|
||||||
|
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q10302_FoilPlansOfTheLizardmen reward">Nod</Button>
|
||||||
|
</body></html>
|
@@ -0,0 +1,3 @@
|
|||||||
|
<html><body>High Priest Orven:<br>
|
||||||
|
Thank you for your help. I hope there would be peace and silence in the Plains of the Lizardmen again.
|
||||||
|
</body></html>
|
@@ -67,13 +67,13 @@ public class Q10302_FoilPlansOfTheLizardmen extends Quest
|
|||||||
@Override
|
@Override
|
||||||
public String onAdvEvent(String event, Npc npc, Player player)
|
public String onAdvEvent(String event, Npc npc, Player player)
|
||||||
{
|
{
|
||||||
|
String htmltext = null;
|
||||||
final QuestState qs = getQuestState(player, false);
|
final QuestState qs = getQuestState(player, false);
|
||||||
if (qs == null)
|
if (qs == null)
|
||||||
{
|
{
|
||||||
return null;
|
return htmltext;
|
||||||
}
|
}
|
||||||
|
|
||||||
String htmltext = null;
|
|
||||||
switch (event)
|
switch (event)
|
||||||
{
|
{
|
||||||
case "30857.htm":
|
case "30857.htm":
|
||||||
|
@@ -0,0 +1,4 @@
|
|||||||
|
<html><body>High Priest Orven:<br>
|
||||||
|
Have you killed the monsters in the Tower of Insolence?<br>
|
||||||
|
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q10303_SymbolOfHubris reward">Nod</Button>
|
||||||
|
</body></html>
|
@@ -0,0 +1,3 @@
|
|||||||
|
<html><body>High Priest Orven:<br>
|
||||||
|
Thank you for your help. I hope there would be peace and silence in the Tower of Insolence again.
|
||||||
|
</body></html>
|
@@ -73,13 +73,13 @@ public class Q10303_SymbolOfHubris extends Quest
|
|||||||
@Override
|
@Override
|
||||||
public String onAdvEvent(String event, Npc npc, Player player)
|
public String onAdvEvent(String event, Npc npc, Player player)
|
||||||
{
|
{
|
||||||
|
String htmltext = null;
|
||||||
final QuestState qs = getQuestState(player, false);
|
final QuestState qs = getQuestState(player, false);
|
||||||
if (qs == null)
|
if (qs == null)
|
||||||
{
|
{
|
||||||
return null;
|
return htmltext;
|
||||||
}
|
}
|
||||||
|
|
||||||
String htmltext = null;
|
|
||||||
switch (event)
|
switch (event)
|
||||||
{
|
{
|
||||||
case "30857.htm":
|
case "30857.htm":
|
||||||
|
@@ -0,0 +1,4 @@
|
|||||||
|
<html><body>High Priest Orven:<br>
|
||||||
|
Have you killed the monsters in the Dragon Valley?<br>
|
||||||
|
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q10304_ChangesintheDragonValley reward">Nod</Button>
|
||||||
|
</body></html>
|
@@ -0,0 +1,3 @@
|
|||||||
|
<html><body>High Priest Orven:<br>
|
||||||
|
Thank you for your help. I hope there would be peace and silence in the Dragon Valley again.
|
||||||
|
</body></html>
|
@@ -81,13 +81,13 @@ public class Q10304_ChangesintheDragonValley extends Quest
|
|||||||
@Override
|
@Override
|
||||||
public String onAdvEvent(String event, Npc npc, Player player)
|
public String onAdvEvent(String event, Npc npc, Player player)
|
||||||
{
|
{
|
||||||
|
String htmltext = null;
|
||||||
final QuestState qs = getQuestState(player, false);
|
final QuestState qs = getQuestState(player, false);
|
||||||
if (qs == null)
|
if (qs == null)
|
||||||
{
|
{
|
||||||
return null;
|
return htmltext;
|
||||||
}
|
}
|
||||||
|
|
||||||
String htmltext = null;
|
|
||||||
switch (event)
|
switch (event)
|
||||||
{
|
{
|
||||||
case "30857.htm":
|
case "30857.htm":
|
||||||
|
@@ -0,0 +1,4 @@
|
|||||||
|
<html><body>High Priest Orven:<br>
|
||||||
|
Have you killed the monsters in the Dragon Valley?<br>
|
||||||
|
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest quests.Q10305_DragonsSuspiciousMovements reward">Nod</Button>
|
||||||
|
</body></html>
|
@@ -0,0 +1,3 @@
|
|||||||
|
<html><body>High Priest Orven:<br>
|
||||||
|
Thank you for your help. I hope there would be peace and silence in the Dragon Valley again.
|
||||||
|
</body></html>
|
@@ -70,13 +70,13 @@ public class Q10305_DragonsSuspiciousMovements extends Quest
|
|||||||
@Override
|
@Override
|
||||||
public String onAdvEvent(String event, Npc npc, Player player)
|
public String onAdvEvent(String event, Npc npc, Player player)
|
||||||
{
|
{
|
||||||
|
String htmltext = null;
|
||||||
final QuestState qs = getQuestState(player, false);
|
final QuestState qs = getQuestState(player, false);
|
||||||
if (qs == null)
|
if (qs == null)
|
||||||
{
|
{
|
||||||
return null;
|
return htmltext;
|
||||||
}
|
}
|
||||||
|
|
||||||
String htmltext = null;
|
|
||||||
switch (event)
|
switch (event)
|
||||||
{
|
{
|
||||||
case "30857.htm":
|
case "30857.htm":
|
||||||
|
@@ -0,0 +1,4 @@
|
|||||||
|
<html><body>High Priest Orven:<br>
|
||||||
|
Have you killed the monsters in the Sel Mahum Base?<br>
|
||||||
|
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q10306_StopSelMahumsTroops reward">Nod</Button>
|
||||||
|
</body></html>
|
@@ -0,0 +1,3 @@
|
|||||||
|
<html><body>High Priest Orven:<br>
|
||||||
|
Thank you for your help. I hope there would be peace and silence in the Sel Mahum Base again.
|
||||||
|
</body></html>
|
@@ -81,13 +81,13 @@ public class Q10306_StopSelMahumsTroops extends Quest
|
|||||||
@Override
|
@Override
|
||||||
public String onAdvEvent(String event, Npc npc, Player player)
|
public String onAdvEvent(String event, Npc npc, Player player)
|
||||||
{
|
{
|
||||||
|
String htmltext = null;
|
||||||
final QuestState qs = getQuestState(player, false);
|
final QuestState qs = getQuestState(player, false);
|
||||||
if (qs == null)
|
if (qs == null)
|
||||||
{
|
{
|
||||||
return null;
|
return htmltext;
|
||||||
}
|
}
|
||||||
|
|
||||||
String htmltext = null;
|
|
||||||
switch (event)
|
switch (event)
|
||||||
{
|
{
|
||||||
case "30857.htm":
|
case "30857.htm":
|
||||||
|
@@ -0,0 +1,4 @@
|
|||||||
|
<html><body>High Priest Orven:<br>
|
||||||
|
Have you killed the monsters in the Orc Barracks?<br>
|
||||||
|
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q10307_TurekOrcsSecret reward">Nod</Button>
|
||||||
|
</body></html>
|
@@ -0,0 +1,3 @@
|
|||||||
|
<html><body>High Priest Orven:<br>
|
||||||
|
Thank you for your help. I hope there would be peace and silence in the Orc Barracks again.
|
||||||
|
</body></html>
|
@@ -74,13 +74,13 @@ public class Q10307_TurekOrcsSecret extends Quest
|
|||||||
@Override
|
@Override
|
||||||
public String onAdvEvent(String event, Npc npc, Player player)
|
public String onAdvEvent(String event, Npc npc, Player player)
|
||||||
{
|
{
|
||||||
|
String htmltext = null;
|
||||||
final QuestState qs = getQuestState(player, false);
|
final QuestState qs = getQuestState(player, false);
|
||||||
if (qs == null)
|
if (qs == null)
|
||||||
{
|
{
|
||||||
return null;
|
return htmltext;
|
||||||
}
|
}
|
||||||
|
|
||||||
String htmltext = null;
|
|
||||||
switch (event)
|
switch (event)
|
||||||
{
|
{
|
||||||
case "30857.htm":
|
case "30857.htm":
|
||||||
|
@@ -0,0 +1,4 @@
|
|||||||
|
<html><body>High Priest Orven:<br>
|
||||||
|
Have you killed the monsters in the Plains of the Lizardmen?<br>
|
||||||
|
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q10302_FoilPlansOfTheLizardmen reward">Nod</Button>
|
||||||
|
</body></html>
|
@@ -0,0 +1,3 @@
|
|||||||
|
<html><body>High Priest Orven:<br>
|
||||||
|
Thank you for your help. I hope there would be peace and silence in the Plains of the Lizardmen again.
|
||||||
|
</body></html>
|
@@ -67,13 +67,13 @@ public class Q10302_FoilPlansOfTheLizardmen extends Quest
|
|||||||
@Override
|
@Override
|
||||||
public String onAdvEvent(String event, Npc npc, Player player)
|
public String onAdvEvent(String event, Npc npc, Player player)
|
||||||
{
|
{
|
||||||
|
String htmltext = null;
|
||||||
final QuestState qs = getQuestState(player, false);
|
final QuestState qs = getQuestState(player, false);
|
||||||
if (qs == null)
|
if (qs == null)
|
||||||
{
|
{
|
||||||
return null;
|
return htmltext;
|
||||||
}
|
}
|
||||||
|
|
||||||
String htmltext = null;
|
|
||||||
switch (event)
|
switch (event)
|
||||||
{
|
{
|
||||||
case "30857.htm":
|
case "30857.htm":
|
||||||
|
@@ -0,0 +1,4 @@
|
|||||||
|
<html><body>High Priest Orven:<br>
|
||||||
|
Have you killed the monsters in the Dragon Valley?<br>
|
||||||
|
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q10304_ChangesintheDragonValley reward">Nod</Button>
|
||||||
|
</body></html>
|
@@ -0,0 +1,3 @@
|
|||||||
|
<html><body>High Priest Orven:<br>
|
||||||
|
Thank you for your help. I hope there would be peace and silence in the Dragon Valley again.
|
||||||
|
</body></html>
|
@@ -81,13 +81,13 @@ public class Q10304_ChangesintheDragonValley extends Quest
|
|||||||
@Override
|
@Override
|
||||||
public String onAdvEvent(String event, Npc npc, Player player)
|
public String onAdvEvent(String event, Npc npc, Player player)
|
||||||
{
|
{
|
||||||
|
String htmltext = null;
|
||||||
final QuestState qs = getQuestState(player, false);
|
final QuestState qs = getQuestState(player, false);
|
||||||
if (qs == null)
|
if (qs == null)
|
||||||
{
|
{
|
||||||
return null;
|
return htmltext;
|
||||||
}
|
}
|
||||||
|
|
||||||
String htmltext = null;
|
|
||||||
switch (event)
|
switch (event)
|
||||||
{
|
{
|
||||||
case "30857.htm":
|
case "30857.htm":
|
||||||
|
@@ -0,0 +1,4 @@
|
|||||||
|
<html><body>High Priest Orven:<br>
|
||||||
|
Have you killed the monsters in the Dragon Valley?<br>
|
||||||
|
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest quests.Q10305_DragonsSuspiciousMovements reward">Nod</Button>
|
||||||
|
</body></html>
|
@@ -0,0 +1,3 @@
|
|||||||
|
<html><body>High Priest Orven:<br>
|
||||||
|
Thank you for your help. I hope there would be peace and silence in the Dragon Valley again.
|
||||||
|
</body></html>
|
@@ -70,13 +70,13 @@ public class Q10305_DragonsSuspiciousMovements extends Quest
|
|||||||
@Override
|
@Override
|
||||||
public String onAdvEvent(String event, Npc npc, Player player)
|
public String onAdvEvent(String event, Npc npc, Player player)
|
||||||
{
|
{
|
||||||
|
String htmltext = null;
|
||||||
final QuestState qs = getQuestState(player, false);
|
final QuestState qs = getQuestState(player, false);
|
||||||
if (qs == null)
|
if (qs == null)
|
||||||
{
|
{
|
||||||
return null;
|
return htmltext;
|
||||||
}
|
}
|
||||||
|
|
||||||
String htmltext = null;
|
|
||||||
switch (event)
|
switch (event)
|
||||||
{
|
{
|
||||||
case "30857.htm":
|
case "30857.htm":
|
||||||
|
@@ -0,0 +1,4 @@
|
|||||||
|
<html><body>High Priest Orven:<br>
|
||||||
|
Have you killed the monsters in the Sel Mahum Base?<br>
|
||||||
|
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q10306_StopSelMahumsTroops reward">Nod</Button>
|
||||||
|
</body></html>
|
@@ -0,0 +1,3 @@
|
|||||||
|
<html><body>High Priest Orven:<br>
|
||||||
|
Thank you for your help. I hope there would be peace and silence in the Sel Mahum Base again.
|
||||||
|
</body></html>
|
@@ -81,13 +81,13 @@ public class Q10306_StopSelMahumsTroops extends Quest
|
|||||||
@Override
|
@Override
|
||||||
public String onAdvEvent(String event, Npc npc, Player player)
|
public String onAdvEvent(String event, Npc npc, Player player)
|
||||||
{
|
{
|
||||||
|
String htmltext = null;
|
||||||
final QuestState qs = getQuestState(player, false);
|
final QuestState qs = getQuestState(player, false);
|
||||||
if (qs == null)
|
if (qs == null)
|
||||||
{
|
{
|
||||||
return null;
|
return htmltext;
|
||||||
}
|
}
|
||||||
|
|
||||||
String htmltext = null;
|
|
||||||
switch (event)
|
switch (event)
|
||||||
{
|
{
|
||||||
case "30857.htm":
|
case "30857.htm":
|
||||||
|
@@ -0,0 +1,4 @@
|
|||||||
|
<html><body>High Priest Orven:<br>
|
||||||
|
Have you killed the monsters in the Orc Barracks?<br>
|
||||||
|
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q10307_TurekOrcsSecret reward">Nod</Button>
|
||||||
|
</body></html>
|
@@ -0,0 +1,3 @@
|
|||||||
|
<html><body>High Priest Orven:<br>
|
||||||
|
Thank you for your help. I hope there would be peace and silence in the Orc Barracks again.
|
||||||
|
</body></html>
|
@@ -74,13 +74,13 @@ public class Q10307_TurekOrcsSecret extends Quest
|
|||||||
@Override
|
@Override
|
||||||
public String onAdvEvent(String event, Npc npc, Player player)
|
public String onAdvEvent(String event, Npc npc, Player player)
|
||||||
{
|
{
|
||||||
|
String htmltext = null;
|
||||||
final QuestState qs = getQuestState(player, false);
|
final QuestState qs = getQuestState(player, false);
|
||||||
if (qs == null)
|
if (qs == null)
|
||||||
{
|
{
|
||||||
return null;
|
return htmltext;
|
||||||
}
|
}
|
||||||
|
|
||||||
String htmltext = null;
|
|
||||||
switch (event)
|
switch (event)
|
||||||
{
|
{
|
||||||
case "30857.htm":
|
case "30857.htm":
|
||||||
|
Reference in New Issue
Block a user