Hopefully fixed the whole no birthday messages for npcs.
This commit is contained in:
parent
e6843e7094
commit
0129d292d3
|
@ -2287,6 +2287,17 @@ namespace Omegasis.HappyBirthday
|
|||
}
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
if (this.birthdayWishes.ContainsKey(NPC))
|
||||
{
|
||||
return this.birthdayWishes[NPC];
|
||||
}
|
||||
else
|
||||
{
|
||||
return "Happy birthday @!";
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Reference in New Issue