Fix localized description display in script goal

alut-include-path
Sven Eberhardt 2017-05-07 15:28:37 -04:00
parent 94669cebe4
commit fec7a7c084
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ public func SetFulfilled(bool to_val)
public func GetDescription(int plr)
{
return this.Description;
return GetTranslatedString(this.Description);
}
public func GetPictureDefinition(int plr)