From 345bed25d25d8e269fd7b863cd700d628a9500e0 Mon Sep 17 00:00:00 2001 From: Vincent-Michael Date: Thu, 17 Jul 2014 02:12:16 +0200 Subject: [PATCH] DB/Conditions: Fix typo in conditions "Sealed Chest" --- sql/updates/world/2014_07_18_00_world_conditions.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/world/2014_07_18_00_world_conditions.sql diff --git a/sql/updates/world/2014_07_18_00_world_conditions.sql b/sql/updates/world/2014_07_18_00_world_conditions.sql new file mode 100644 index 00000000000..107402a631d --- /dev/null +++ b/sql/updates/world/2014_07_18_00_world_conditions.sql @@ -0,0 +1 @@ +UPDATE `conditions` SET `NegativeCondition`=0 WHERE `SourceEntry`=51315 AND `ConditionTypeOrReference`=3;