diff options
author | Killyana <morphone1@gmail.com> | 2015-09-05 19:23:00 +0200 |
---|---|---|
committer | MitchesD <majklprofik@seznam.cz> | 2015-10-24 19:18:30 +0200 |
commit | 51e1d28668cc893089ceb3fa6f5aa2a045af560f (patch) | |
tree | f89c8910b59a240bf236294b3dc7bd40b8bb22d9 | |
parent | 85d4afd8834ca1be62691302cec204db64c714d1 (diff) |
DB/Quest: Fix credit for Infiltrating Dragonmaw Fortress
Closes #15432
(cherry picked from commit 2044cd7c12a361ac9e6b2c962525752d83986f98)
-rw-r--r-- | sql/updates/world/2015_10_24_01_world_2015_09_05_01.sql | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/2015_10_24_01_world_2015_09_05_01.sql b/sql/updates/world/2015_10_24_01_world_2015_09_05_01.sql new file mode 100644 index 00000000000..cabdd4b9057 --- /dev/null +++ b/sql/updates/world/2015_10_24_01_world_2015_09_05_01.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; |