diff options
| author | Killyana <morphone1@gmail.com> | 2015-09-07 17:58:51 +0200 |
|---|---|---|
| committer | MitchesD <majklprofik@seznam.cz> | 2015-10-30 13:42:32 +0100 |
| commit | d8e947f4fcb1ef6b7e317ebef9eeb3d629c119ef (patch) | |
| tree | 7f9ccf5cff6323fb4ba2046ce4df75f6a37a1ee2 | |
| parent | dd3106c16e107c5887120e4dc6deca6f4d21749c (diff) | |
Quest: Threat from Above
Fix double credit.
By: @Saben65
Clloses #15457
(cherry picked from commit c2ac6d7178148c5608ebb68d62a582172b8d2b3c)
| -rw-r--r-- | sql/updates/world/2015_10_30_09_world_2015_09_07_02.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/2015_10_30_09_world_2015_09_07_02.sql b/sql/updates/world/2015_10_30_09_world_2015_09_07_02.sql new file mode 100644 index 00000000000..3edb064e696 --- /dev/null +++ b/sql/updates/world/2015_10_30_09_world_2015_09_07_02.sql @@ -0,0 +1,5 @@ +-- +DELETE FROM `smart_scripts` WHERE `entryorguid`=22143 AND `source_type`=0 AND `id`=4; +DELETE FROM `smart_scripts` WHERE `entryorguid`=22144 AND `source_type`=0 AND `id`=4; +DELETE FROM `smart_scripts` WHERE `entryorguid`=22148 AND `source_type`=0 AND `id`=2; +DELETE FROM `smart_scripts` WHERE `entryorguid`=23022 AND `source_type`=0 AND `id`=12; |
