diff options
author | Vincent_Michael <Vincent_Michael@gmx.de> | 2012-12-09 19:39:57 +0100 |
---|---|---|
committer | Vincent_Michael <Vincent_Michael@gmx.de> | 2012-12-09 19:39:57 +0100 |
commit | e0e61a63b26ec8859797d45967d4b7cb0a3204dd (patch) | |
tree | a828cfd675e2f5fbef437cdf05502588e73d8f69 | |
parent | 7e28938dd0085617e22fbac822f2a1cfe711eb45 (diff) |
DB/Conditions: Add fail message for Defibrillate
-rw-r--r-- | sql/updates/world/2012_12_09_00_world_conditions.sql | 1 |
1 files changed, 1 insertions, 0 deletions
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 |