diff --git a/Moose Development/Moose/Core/Database.lua b/Moose Development/Moose/Core/Database.lua index e2874853e..be0e058f9 100644 --- a/Moose Development/Moose/Core/Database.lua +++ b/Moose Development/Moose/Core/Database.lua @@ -1362,7 +1362,7 @@ function DATABASE:GetCoalitionFromClientTemplate( ClientName ) if self.Templates.ClientsByName[ClientName] then return self.Templates.ClientsByName[ClientName].CoalitionID end - self:E("ERROR: Template does not exist for client "..tostring(ClientName)) + self:E("WARNING: Template does not exist for client "..tostring(ClientName)) return nil end @@ -1374,7 +1374,7 @@ function DATABASE:GetCategoryFromClientTemplate( ClientName ) if self.Templates.ClientsByName[ClientName] then return self.Templates.ClientsByName[ClientName].CategoryID end - self:E("ERROR: Template does not exist for client "..tostring(ClientName)) + self:E("WARNING: Template does not exist for client "..tostring(ClientName)) return nil end @@ -1386,7 +1386,7 @@ function DATABASE:GetCountryFromClientTemplate( ClientName ) if self.Templates.ClientsByName[ClientName] then return self.Templates.ClientsByName[ClientName].CountryID end - self:E("ERROR: Template does not exist for client "..tostring(ClientName)) + self:E("WARNING: Template does not exist for client "..tostring(ClientName)) return nil end diff --git a/Moose Development/Moose/Sound/SRS.lua b/Moose Development/Moose/Sound/SRS.lua index b8a1f9b4f..3f621d594 100644 --- a/Moose Development/Moose/Sound/SRS.lua +++ b/Moose Development/Moose/Sound/SRS.lua @@ -304,8 +304,7 @@ MSRS.Voices = { ["en_CA_Linda"] = "Linda", --en-CA ["en_IN_Ravi"] = "Ravi", --en-IN ["en_IN_Heera"] = "Heera", --en-IN - ["en_IR_Sean"] = "Sean", --en-IR - --]] + ["en_IR_Sean"] = "Sean", --en-IR }, Google = { Standard = {