Proper quest 787 and 10800 no text messages.

This commit is contained in:
MobiusDev 2017-09-08 13:51:19 +00:00
parent 219565611c
commit 414518ae7c
6 changed files with 3 additions and 3 deletions

View File

@ -74,7 +74,7 @@ public class Q00787_TheRoleOfAWatcher extends Quest
addKillId(MONSTERS);
registerQuestItems(DRAGON_BONE_DUST, DRAGON_BONE_FRAGMENT);
addCondLevel(MIN_LEVEL, MAX_LEVEL, "no_level.html");
addCondRace(Race.ERTHEIA, "noErtheya.html");
addCondRace(Race.ERTHEIA, "noErtheia.html");
}
@Override

View File

@ -74,7 +74,7 @@ public class Q00787_TheRoleOfAWatcher extends Quest
addKillId(MONSTERS);
registerQuestItems(DRAGON_BONE_DUST, DRAGON_BONE_FRAGMENT);
addCondLevel(MIN_LEVEL, MAX_LEVEL, "no_level.html");
addCondRace(Race.ERTHEIA, "noErtheya.html");
addCondRace(Race.ERTHEIA, "noErtheia.html");
}
@Override

View File

@ -73,7 +73,7 @@ public class Q00787_TheRoleOfAWatcher extends Quest
addKillId(MONSTERS);
registerQuestItems(DRAGON_BONE_DUST, DRAGON_BONE_FRAGMENT);
addCondLevel(MIN_LEVEL, MAX_LEVEL, "no_level.html");
addCondRace(Race.ERTHEIA, "noErtheya.html");
addCondRace(Race.ERTHEIA, "noErtheia.html");
}
@Override