Proper race condition check for quest 108.

Contributed by tevsko.
This commit is contained in:
MobiusDevelopment
2020-05-19 09:54:42 +00:00
parent 49d38cc1aa
commit 196c30fc7f

View File

@@ -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";
} }