Begin Network Implementation

This commit is contained in:
André Schweiger 2017-01-26 23:23:58 +01:00
parent 31d576e879
commit a014be2c5a
4 changed files with 241 additions and 3 deletions

View file

@ -124,7 +124,7 @@ void openNPCMenu(int npc) {
currentTalk2 = "or stupid to be walking";
currentTalk3 = "around in this dungeon.";
currentTalk4 = "";
currentTalk5 = "Who can I help you?";
currentTalk5 = "How can I help you?";
break;
case NPC_DWARF:
if(questManager.questlines[1].currentQuest<=1) {