Little Wing quest should not reward two flutes.

This commit is contained in:
MobiusDevelopment
2019-11-21 01:13:48 +00:00
parent 94eb4314dd
commit 3c6964d12d
9 changed files with 18 additions and 18 deletions

View File

@@ -866,7 +866,7 @@ public class Q00420_LittleWing extends Quest
giveItems(player, DRAGONFLUTE_OF_TWILIGHT, 1);
}
}
if (random < (50 + mul))
else if (random < (50 + mul))
{
giveItems(player, DRAGONFLUTE_OF_WIND, 1);
}

View File

@@ -863,7 +863,7 @@ public class Q00420_LittleWing extends Quest
giveItems(player, DRAGONFLUTE_OF_TWILIGHT, 1);
}
}
if (random < (50 + mul))
else if (random < (50 + mul))
{
giveItems(player, DRAGONFLUTE_OF_WIND, 1);
}

View File

@@ -863,7 +863,7 @@ public class Q00420_LittleWing extends Quest
giveItems(player, DRAGONFLUTE_OF_TWILIGHT, 1);
}
}
if (random < (50 + mul))
else if (random < (50 + mul))
{
giveItems(player, DRAGONFLUTE_OF_WIND, 1);
}

View File

@@ -861,7 +861,7 @@ public class Q00420_LittleWing extends Quest
giveItems(player, DRAGONFLUTE_OF_TWILIGHT, 1);
}
}
if (random < (50 + mul))
else if (random < (50 + mul))
{
giveItems(player, DRAGONFLUTE_OF_WIND, 1);
}

View File

@@ -861,7 +861,7 @@ public class Q00420_LittleWing extends Quest
giveItems(player, DRAGONFLUTE_OF_TWILIGHT, 1);
}
}
if (random < (50 + mul))
else if (random < (50 + mul))
{
giveItems(player, DRAGONFLUTE_OF_WIND, 1);
}

View File

@@ -861,7 +861,7 @@ public class Q00420_LittleWing extends Quest
giveItems(player, DRAGONFLUTE_OF_TWILIGHT, 1);
}
}
if (random < (50 + mul))
else if (random < (50 + mul))
{
giveItems(player, DRAGONFLUTE_OF_WIND, 1);
}

View File

@@ -859,7 +859,7 @@ public class Q00420_LittleWing extends Quest
giveItems(player, DRAGONFLUTE_OF_TWILIGHT, 1);
}
}
if (random < (50 + mul))
else if (random < (50 + mul))
{
giveItems(player, DRAGONFLUTE_OF_WIND, 1);
}

View File

@@ -865,7 +865,7 @@ public class Q00420_LittleWing extends Quest
giveItems(player, DRAGONFLUTE_OF_TWILIGHT, 1);
}
}
if (random < (50 + mul))
else if (random < (50 + mul))
{
giveItems(player, DRAGONFLUTE_OF_WIND, 1);
}

View File

@@ -865,7 +865,7 @@ public class Q00420_LittleWing extends Quest
giveItems(player, DRAGONFLUTE_OF_TWILIGHT, 1);
}
}
if (random < (50 + mul))
else if (random < (50 + mul))
{
giveItems(player, DRAGONFLUTE_OF_WIND, 1);
}