From 78daae91b21ae8705750a253cb9c6eef02a80815 Mon Sep 17 00:00:00 2001 From: Manuel Carrasco Date: Sun, 22 Jan 2012 03:45:51 -0300 Subject: [PATCH] SQL/Conditions: Fixed typo, it must 23324 instead of 23342. Author: Aokromes --- sql/updates/world/2012_01_22_01_world_conditions.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/world/2012_01_22_01_world_conditions.sql diff --git a/sql/updates/world/2012_01_22_01_world_conditions.sql b/sql/updates/world/2012_01_22_01_world_conditions.sql new file mode 100644 index 0000000000..9aaea4f8ac --- /dev/null +++ b/sql/updates/world/2012_01_22_01_world_conditions.sql @@ -0,0 +1 @@ +UPDATE `conditions` SET `SourceGroup`=23324 WHERE `SourceTypeOrReferenceId`=1 AND `SourceGroup`=23342;