From f731572cf8d256bbf13bea72b9b7c4dba4c33e67 Mon Sep 17 00:00:00 2001 From: Killyana Date: Sat, 9 Apr 2016 15:17:42 +0200 Subject: DB/Conditions: Fix Mid-screen error spam in Blade's Edge Mountains Closes #16889 By @tkrokli --- sql/updates/world/2016_04_09_02_world_335.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/2016_04_09_02_world_335.sql diff --git a/sql/updates/world/2016_04_09_02_world_335.sql b/sql/updates/world/2016_04_09_02_world_335.sql new file mode 100644 index 00000000000..a925022bd2a --- /dev/null +++ b/sql/updates/world/2016_04_09_02_world_335.sql @@ -0,0 +1,2 @@ +-- +UPDATE `conditions` SET `ErrorType`= 172 WHERE `SourceTypeOrReferenceId`= 17 AND `SourceEntry` IN (40624,40627,40628); -- cgit v1.2.3