From 73b8fd14ab9cee226ec4b994fa4fef2ec670f1f2 Mon Sep 17 00:00:00 2001 From: Kinzcool Date: Sun, 19 Oct 2014 17:34:20 -0400 Subject: DB/Hotfixes: Fixed a problem from the parser --- sql/updates/hotfixes/2014_10_19_06_hotfixes_broadcast_text.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/hotfixes/2014_10_19_06_hotfixes_broadcast_text.sql (limited to 'sql/updates') diff --git a/sql/updates/hotfixes/2014_10_19_06_hotfixes_broadcast_text.sql b/sql/updates/hotfixes/2014_10_19_06_hotfixes_broadcast_text.sql new file mode 100644 index 00000000000..2e0f0865910 --- /dev/null +++ b/sql/updates/hotfixes/2014_10_19_06_hotfixes_broadcast_text.sql @@ -0,0 +1,2 @@ +UPDATE `broadcast_text` SET `MaleText`='' WHERE `MaleText`='0'; +UPDATE `broadcast_text` SET `FemaleText`='' WHERE `FemaleText`='0'; -- cgit v1.2.3