Fixed third class mount book rewards.
This commit is contained in:
@@ -290,7 +290,7 @@ public class Q10673_SagaOfLegend extends Quest
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!CategoryData.getInstance().isInCategory(CategoryType.THIRD_CLASS_GROUP, player.getClassId().getId()))
|
if (!CategoryData.getInstance().isInCategory(CategoryType.FOURTH_CLASS_GROUP, player.getClassId().getId()))
|
||||||
{
|
{
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
@@ -302,8 +302,9 @@ public class Q10673_SagaOfLegend extends Quest
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Death Knights.
|
// Death Knights.
|
||||||
if (player.getClassId().getId() > 195)
|
if (player.isDeathKnight())
|
||||||
{
|
{
|
||||||
|
player.getVariables().set("ITEMS_REWARDED", true);
|
||||||
giveItems(player, SPELLBOOK_DEATH_KNIGHT, 1);
|
giveItems(player, SPELLBOOK_DEATH_KNIGHT, 1);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user