From e0e61a63b26ec8859797d45967d4b7cb0a3204dd Mon Sep 17 00:00:00 2001 From: Vincent_Michael Date: Sun, 9 Dec 2012 19:39:57 +0100 Subject: DB/Conditions: Add fail message for Defibrillate --- sql/updates/world/2012_12_09_00_world_conditions.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/world/2012_12_09_00_world_conditions.sql (limited to 'sql/updates') diff --git a/sql/updates/world/2012_12_09_00_world_conditions.sql b/sql/updates/world/2012_12_09_00_world_conditions.sql new file mode 100644 index 00000000000..dbb3dac7fc3 --- /dev/null +++ b/sql/updates/world/2012_12_09_00_world_conditions.sql @@ -0,0 +1 @@ +UPDATE `conditions` SET `ErrorType`=172,`ErrorTextId`=77 WHERE `SourceTypeOrReferenceId`=17 AND `SourceEntry`=54732; -- Defibrillate -- cgit v1.2.3