Fixed quest SpiderHunt (10982) not starting.

This commit is contained in:
MobiusDevelopment 2021-01-17 03:31:20 +00:00
parent 7fb863ee6e
commit 7a09978037

View File

@ -90,6 +90,12 @@ public class Q10982_SpiderHunt extends Quest
String htmltext = null;
switch (event)
{
case "30002-01.html":
{
qs.startQuest();
htmltext = event;
break;
}
case "30332.html":
{
htmltext = event;