diff options
| author | Killyana <morphone1@gmail.com> | 2016-04-09 15:22:46 +0200 |
|---|---|---|
| committer | Killyana <morphone1@gmail.com> | 2016-04-09 15:22:46 +0200 |
| commit | a5c366679e2f9a6fa955525a7effc97900c4b431 (patch) | |
| tree | 7b982abd5ee0e43b8285f3ea88ac566bfdbbd45c /sql | |
| parent | 2a7a2a1b65fadf57b6ff70419f797eba12e7726b (diff) | |
DB/Conditions: Fix Mid-screen error spam in Blade's Edge Mountains
By @tkrokli
Updates #16889
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2016_04_09_02_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2016_04_09_02_world.sql b/sql/updates/world/2016_04_09_02_world.sql new file mode 100644 index 00000000000..87e663c2dc9 --- /dev/null +++ b/sql/updates/world/2016_04_09_02_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `conditions` SET `ErrorType`= 209 WHERE `SourceTypeOrReferenceId`= 17 AND `SourceEntry` IN (40624,40627,40628); |
