Hopefully fixed the whole no birthday messages for npcs.

This commit is contained in:
janavarr95 2020-01-27 15:02:58 -08:00
parent e6843e7094
commit 0129d292d3
1 changed files with 11 additions and 0 deletions

View File

@ -2287,6 +2287,17 @@ namespace Omegasis.HappyBirthday
}
}
}
else
{
if (this.birthdayWishes.ContainsKey(NPC))
{
return this.birthdayWishes[NPC];
}
else
{
return "Happy birthday @!";
}
}
}
else