aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKillyana <morphone1@gmail.com>2016-11-27 10:16:17 +0100
committerDoctorKraft <DoctorKraft@users.noreply.github.com>2018-03-11 16:42:25 +0100
commitdb483389979812c195a872a1424c1133a0f6189d (patch)
tree58e8a1a8282a28dda02418ca9c5189a123015745
parentcfed39fec1d1f0354ad5cd431c99cc149597534b (diff)
DB/Creature: Remove wrong spawns related to Pilgrim's Bounty
No need to comment about missing chairs or their positions, accessories are not installed correctly and there's already an issue: #15224 (cherry picked from commit 6bd96eec51d20e73749e8bac2680646c90e0caa9)
-rw-r--r--sql/updates/world/master/2018_03_11_04_world_2016_11_27_02_world.sql6
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/master/2018_03_11_04_world_2016_11_27_02_world.sql b/sql/updates/world/master/2018_03_11_04_world_2016_11_27_02_world.sql
new file mode 100644
index 00000000000..425ee9ee931
--- /dev/null
+++ b/sql/updates/world/master/2018_03_11_04_world_2016_11_27_02_world.sql
@@ -0,0 +1,6 @@
+--
+DELETE FROM `creature_addon` WHERE `guid` IN (SELECT `guid` FROM `creature` WHERE `id` IN (34812, 34823,34819,34822, 34824, 32830, 32840, 32824, 32827, 32831, 32825, 32829, 32839));
+DELETE FROM `game_event_creature` WHERE `guid` IN (SELECT `guid` FROM `creature` WHERE `id` IN (34812, 34823,34819,34822, 34824, 32830, 32840, 32824, 32827, 32831, 32825, 32829, 32839));
+DELETE FROM `creature` WHERE `id` IN (34812, 34823,34819,34822, 34824, 32830, 32840, 32824, 32827, 32831, 32825, 32829, 32839);
+-- Fix DB error
+UPDATE `smart_scripts` SET `link`=10 WHERE `entryorguid`=27959 AND `source_type`=0 AND `id`=9;