diff options
Diffstat (limited to 'Aktywator/MainForm.cs')
-rw-r--r-- | Aktywator/MainForm.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Aktywator/MainForm.cs b/Aktywator/MainForm.cs index 25268b6..24322cb 100644 --- a/Aktywator/MainForm.cs +++ b/Aktywator/MainForm.cs @@ -379,7 +379,7 @@ namespace Aktywator { try { - bws.sql.query("UPDATE PlayerNumbers SET Name='XXX' AND Updated=True WHERE 1=1"); + bws.sql.query("UPDATE PlayerNumbers SET Name=NULL AND Updated=True WHERE 1=1"); MessageBox.Show("Wykonano!", "UsuĊ nazwiska", MessageBoxButtons.OK, MessageBoxIcon.Information); } catch (Exception ee) |