rich835 Posted May 8, 2007 Share Posted May 8, 2007 I've got TC alerting me if their server's branded text changes, but it's altering me on even minor changes like a space missing etc. Therefore what I want to do is to change the Branded Text wording in the relevant supported game config so that it's not so specific. I know what I need to do, but my question is, if I do this, will it automatically trawl through existing customer game servers and change the branded text, or will it leave it alone? (I'd rather it left existing servers alone! lol) Link to comment Share on other sites More sharing options...
ECF Posted May 8, 2007 Share Posted May 8, 2007 If the text is allready saved to a server it will not change it. But all new server created will use the new pattern. Link to comment Share on other sites More sharing options...
kalyse Posted May 8, 2007 Share Posted May 8, 2007 Run a SQL query to update the branding text. I had to do that earlier last week when I wanted to add a reg expression to allbranding. update `table` set `field` = 'branding' or update `table` set `field` = 'branding' where `field` = '' (This will add where something isnt already set so it wont mess up any of your already set expressions) I cant remember the name of the table nor the name of the field. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.