Fixed Dragonsong Lyrist marker feat issue

Fixed Dragonsong Lyrist marker feat issue.  Updated release archive.
This commit is contained in:
Jaysyn904
2024-11-06 22:50:15 -05:00
parent b03bc4ea1f
commit 2b8781ffee
5 changed files with 300 additions and 280 deletions

View File

@@ -1162,7 +1162,7 @@ int DragonsongLyristMarkerFeats()
if(nDragonsong < 1)
{
FloatingTextStringOnCreature("A Dragonsong Lyrist must pick one arcane, shadowcasting or divine class to advance at first level.", OBJECT_SELF, FALSE);
FloatingTextStringOnCreature("A Dragonsong Lyrist must pick one arcane or shadowcasting class to advance at first level.", OBJECT_SELF, FALSE);
FloatingTextStringOnCreature("Please reselect your feats.", OBJECT_SELF, FALSE);
return TRUE;
}