aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/2013_03_06_00_world_conditions.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2013_03_06_00_world_conditions.sql b/sql/updates/world/2013_03_06_00_world_conditions.sql
new file mode 100644
index 00000000000..b7faaa379e6
--- /dev/null
+++ b/sql/updates/world/2013_03_06_00_world_conditions.sql
@@ -0,0 +1,3 @@
+-- Delete condition that can cause some damage reduction "spikes" leading to leaking damage,
+-- or in simple language some delay can cause not applying.
+DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=13 AND `SourceEntry`=56438;