Fixed quest SpiderHunt (10982) not starting.
This commit is contained in:
parent
7fb863ee6e
commit
7a09978037
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user