Ver Fonte

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

Maz-V há 6 anos atrás
pai
commit
68fccf447b
1 ficheiros alterados com 1 adições e 1 exclusões
  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;