Proper constructor super call for quest 10736.

Contributed by Stayway.
This commit is contained in:
MobiusDev
2018-06-19 11:23:22 +00:00
parent e7606fb5ec
commit 122f16d3a7
4 changed files with 4 additions and 4 deletions

View File

@@ -52,7 +52,7 @@ public final class Q10736_ASpecialPower extends Quest
public Q10736_ASpecialPower()
{
super(10735);
super(10736);
addStartNpc(KATALIN);
addTalkId(KATALIN);