aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKillyana <morphone1@gmail.com>2018-12-08 11:05:37 +0100
committerKillyana <morphone1@gmail.com>2018-12-08 11:05:37 +0100
commit2d2263db3dfc66ecf2a0b61db7c57ca5be7eaab1 (patch)
tree3fbcc845c21b9432d3f72b40dae943b77015997d
parent922afdcba789da9da5d3c3a4cf5280afb0f52965 (diff)
DB/Creature: Remove Superior Healing Ward Totems spawns
Closes #22749
-rw-r--r--sql/updates/world/3.3.5/2018_12_08_36_world.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2018_12_08_36_world.sql b/sql/updates/world/3.3.5/2018_12_08_36_world.sql
new file mode 100644
index 00000000000..8d5e7f27796
--- /dev/null
+++ b/sql/updates/world/3.3.5/2018_12_08_36_world.sql
@@ -0,0 +1,3 @@
+--
+DELETE FROM `creature` WHERE `id`=10218 AND `guid` IN (118048, 118049, 118050, 118051, 118052, 118053, 118054, 118056);
+DELETE FROM `creature_addon` WHERE `guid` IN (118048, 118049, 118050, 118051, 118052, 118053, 118054, 118056);