diff options
author | Killyana <morphone1@gmail.com> | 2015-09-07 17:58:51 +0200 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2015-09-07 17:58:51 +0200 |
commit | c2ac6d7178148c5608ebb68d62a582172b8d2b3c (patch) | |
tree | 765bf6182a3d1e3c2d70de72152f8d06a6a92f5a | |
parent | 53e9e43d3c45d27c86cc00fa47a6d32477052306 (diff) |
Quest: Threat from Above
Fix double credit.
By: @Saben65
Clloses #15457
-rw-r--r-- | sql/updates/world/2015_09_07_02_world.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/2015_09_07_02_world.sql b/sql/updates/world/2015_09_07_02_world.sql new file mode 100644 index 00000000000..3edb064e696 --- /dev/null +++ b/sql/updates/world/2015_09_07_02_world.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; |