Selaa lähdekoodia

Fix wrong npc name for emotion in malangdo (#3375)

Maz-V 6 vuotta sitten
vanhempi
commit
68fccf447b
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      npc/re/cities/malangdo.txt

+ 1 - 1
npc/re/cities/malangdo.txt

@@ -363,7 +363,7 @@ OnTouch:
 		break;
 	case 4: 
 		emotion ET_DELIGHT;
-		emotion ET_DELIGHT, getnpcid(0, "Wandering Minstrel#mal");
+		emotion ET_DELIGHT, getnpcid(0, "Minstrel#mal");
 		break;
 	}
 	end;