Fixed quest SpiderHunt (10982) not starting.
This commit is contained in:
@@ -90,6 +90,12 @@ public class Q10982_SpiderHunt extends Quest
|
|||||||
String htmltext = null;
|
String htmltext = null;
|
||||||
switch (event)
|
switch (event)
|
||||||
{
|
{
|
||||||
|
case "30002-01.html":
|
||||||
|
{
|
||||||
|
qs.startQuest();
|
||||||
|
htmltext = event;
|
||||||
|
break;
|
||||||
|
}
|
||||||
case "30332.html":
|
case "30332.html":
|
||||||
{
|
{
|
||||||
htmltext = event;
|
htmltext = event;
|
||||||
|
Reference in New Issue
Block a user