Proper race condition check for quest 108.
Contributed by tevsko.
This commit is contained in:
@@ -159,7 +159,7 @@ public class Q108_JumbleTumbleDiamondFuss extends Quest
|
|||||||
switch (st.getState())
|
switch (st.getState())
|
||||||
{
|
{
|
||||||
case State.CREATED:
|
case State.CREATED:
|
||||||
if (player.getRace() != Race.DARK_ELF)
|
if (player.getRace() != Race.DWARF)
|
||||||
{
|
{
|
||||||
htmltext = "30523-00.htm";
|
htmltext = "30523-00.htm";
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user