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

This commit is contained in:
Maz-V
2018-08-02 04:11:24 +07:00
committed by Atemo
parent 374bfa72cb
commit 68fccf447b

View File

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