Little Wing quest should not reward two flutes.
This commit is contained in:
@@ -866,7 +866,7 @@ public class Q00420_LittleWing extends Quest
|
|||||||
giveItems(player, DRAGONFLUTE_OF_TWILIGHT, 1);
|
giveItems(player, DRAGONFLUTE_OF_TWILIGHT, 1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (random < (50 + mul))
|
else if (random < (50 + mul))
|
||||||
{
|
{
|
||||||
giveItems(player, DRAGONFLUTE_OF_WIND, 1);
|
giveItems(player, DRAGONFLUTE_OF_WIND, 1);
|
||||||
}
|
}
|
||||||
|
@@ -863,7 +863,7 @@ public class Q00420_LittleWing extends Quest
|
|||||||
giveItems(player, DRAGONFLUTE_OF_TWILIGHT, 1);
|
giveItems(player, DRAGONFLUTE_OF_TWILIGHT, 1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (random < (50 + mul))
|
else if (random < (50 + mul))
|
||||||
{
|
{
|
||||||
giveItems(player, DRAGONFLUTE_OF_WIND, 1);
|
giveItems(player, DRAGONFLUTE_OF_WIND, 1);
|
||||||
}
|
}
|
||||||
|
@@ -863,7 +863,7 @@ public class Q00420_LittleWing extends Quest
|
|||||||
giveItems(player, DRAGONFLUTE_OF_TWILIGHT, 1);
|
giveItems(player, DRAGONFLUTE_OF_TWILIGHT, 1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (random < (50 + mul))
|
else if (random < (50 + mul))
|
||||||
{
|
{
|
||||||
giveItems(player, DRAGONFLUTE_OF_WIND, 1);
|
giveItems(player, DRAGONFLUTE_OF_WIND, 1);
|
||||||
}
|
}
|
||||||
|
@@ -861,7 +861,7 @@ public class Q00420_LittleWing extends Quest
|
|||||||
giveItems(player, DRAGONFLUTE_OF_TWILIGHT, 1);
|
giveItems(player, DRAGONFLUTE_OF_TWILIGHT, 1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (random < (50 + mul))
|
else if (random < (50 + mul))
|
||||||
{
|
{
|
||||||
giveItems(player, DRAGONFLUTE_OF_WIND, 1);
|
giveItems(player, DRAGONFLUTE_OF_WIND, 1);
|
||||||
}
|
}
|
||||||
|
@@ -861,7 +861,7 @@ public class Q00420_LittleWing extends Quest
|
|||||||
giveItems(player, DRAGONFLUTE_OF_TWILIGHT, 1);
|
giveItems(player, DRAGONFLUTE_OF_TWILIGHT, 1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (random < (50 + mul))
|
else if (random < (50 + mul))
|
||||||
{
|
{
|
||||||
giveItems(player, DRAGONFLUTE_OF_WIND, 1);
|
giveItems(player, DRAGONFLUTE_OF_WIND, 1);
|
||||||
}
|
}
|
||||||
|
@@ -861,7 +861,7 @@ public class Q00420_LittleWing extends Quest
|
|||||||
giveItems(player, DRAGONFLUTE_OF_TWILIGHT, 1);
|
giveItems(player, DRAGONFLUTE_OF_TWILIGHT, 1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (random < (50 + mul))
|
else if (random < (50 + mul))
|
||||||
{
|
{
|
||||||
giveItems(player, DRAGONFLUTE_OF_WIND, 1);
|
giveItems(player, DRAGONFLUTE_OF_WIND, 1);
|
||||||
}
|
}
|
||||||
|
@@ -859,7 +859,7 @@ public class Q00420_LittleWing extends Quest
|
|||||||
giveItems(player, DRAGONFLUTE_OF_TWILIGHT, 1);
|
giveItems(player, DRAGONFLUTE_OF_TWILIGHT, 1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (random < (50 + mul))
|
else if (random < (50 + mul))
|
||||||
{
|
{
|
||||||
giveItems(player, DRAGONFLUTE_OF_WIND, 1);
|
giveItems(player, DRAGONFLUTE_OF_WIND, 1);
|
||||||
}
|
}
|
||||||
|
@@ -865,7 +865,7 @@ public class Q00420_LittleWing extends Quest
|
|||||||
giveItems(player, DRAGONFLUTE_OF_TWILIGHT, 1);
|
giveItems(player, DRAGONFLUTE_OF_TWILIGHT, 1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (random < (50 + mul))
|
else if (random < (50 + mul))
|
||||||
{
|
{
|
||||||
giveItems(player, DRAGONFLUTE_OF_WIND, 1);
|
giveItems(player, DRAGONFLUTE_OF_WIND, 1);
|
||||||
}
|
}
|
||||||
|
@@ -865,7 +865,7 @@ public class Q00420_LittleWing extends Quest
|
|||||||
giveItems(player, DRAGONFLUTE_OF_TWILIGHT, 1);
|
giveItems(player, DRAGONFLUTE_OF_TWILIGHT, 1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (random < (50 + mul))
|
else if (random < (50 + mul))
|
||||||
{
|
{
|
||||||
giveItems(player, DRAGONFLUTE_OF_WIND, 1);
|
giveItems(player, DRAGONFLUTE_OF_WIND, 1);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user