diff options
| author | Vincent_Michael <Vincent_Michael@gmx.de> | 2013-03-06 18:00:30 +0100 |
|---|---|---|
| committer | Vincent_Michael <Vincent_Michael@gmx.de> | 2013-03-06 18:00:30 +0100 |
| commit | 36495966c002f76a6b17c2b468b6f32958d84f4a (patch) | |
| tree | 0a3256045428fac29086761b12f9653f82e92e69 /sql | |
| parent | 4b4199d75b59dd7943f99f5e1496ceab2b17d76e (diff) | |
| parent | 7508e8cf6579c7c9e5cdaae6cde3c00ab6fa2d8a (diff) | |
Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2013_03_06_00_world_conditions.sql | 3 |
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; |
