mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 01:15:35 +01:00
DB/Quest: Fix credit for Infiltrating Dragonmaw Fortress
Closes #15432
(cherry picked from commit 2044cd7c12)
This commit is contained in:
6
sql/updates/world/2015_10_24_01_world_2015_09_05_01.sql
Normal file
6
sql/updates/world/2015_10_24_01_world_2015_09_05_01.sql
Normal file
@@ -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;
|
||||
Reference in New Issue
Block a user