diff options
| author | Killyana <morphone1@gmail.com> | 2015-09-05 19:23:00 +0200 |
|---|---|---|
| committer | Killyana <morphone1@gmail.com> | 2015-09-05 19:23:00 +0200 |
| commit | 2044cd7c12a361ac9e6b2c962525752d83986f98 (patch) | |
| tree | 5933027b5f3917e1ae542702806e5ea7e1edda17 /sql | |
| parent | 053209562376d4f0eb9fdaf8c66cfe18d73a849c (diff) | |
DB/Quest: Fix credit for Infiltrating Dragonmaw Fortress
Closes #15432
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2015_09_05_01_world.sql | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/2015_09_05_01_world.sql b/sql/updates/world/2015_09_05_01_world.sql new file mode 100644 index 00000000000..cabdd4b9057 --- /dev/null +++ b/sql/updates/world/2015_09_05_01_world.sql @@ -0,0 +1,6 @@ +-- +DELETE FROM `smart_scripts` WHERE `entryorguid`=21719 AND `source_type`=0 AND `id`=15; +DELETE FROM `smart_scripts` WHERE `entryorguid`=21720 AND `source_type`=0 AND `id`=0; +DELETE FROM `smart_scripts` WHERE `entryorguid`=21717 AND `source_type`=0 AND `id`=3; +DELETE FROM `smart_scripts` WHERE `entryorguid`=21718 AND `source_type`=0 AND `id`=13; +DELETE FROM `smart_scripts` WHERE `entryorguid`=22331 AND `source_type`=0 AND `id`=20; |
