aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKillyana <morphone1@gmail.com>2019-04-09 20:40:47 +0200
committerKillyana <morphone1@gmail.com>2019-04-09 20:40:47 +0200
commit28ef494fd481321f89ccc6d1251715cea99d81ba (patch)
treecaedd35732ceffc93605aee7a9df8304f762b78f
parent7aa91653c9e11e5c26642fe40f8f035b5d93af25 (diff)
DB/GameObject: Remove wrong spawns
For 3.3.5 Only Don't push this to any other branch
-rw-r--r--sql/updates/world/3.3.5/2019_04_09_02_world_335.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2019_04_09_02_world_335.sql b/sql/updates/world/3.3.5/2019_04_09_02_world_335.sql
new file mode 100644
index 00000000000..d697fec3612
--- /dev/null
+++ b/sql/updates/world/3.3.5/2019_04_09_02_world_335.sql
@@ -0,0 +1,4 @@
+--
+DELETE FROM `gameobject` WHERE `id` IN (180864,180728);
+DELETE FROM `gameobject_addon` WHERE `guid` IN (16586,825);
+DELETE FROM `game_event_gameobject` WHERE `guid` IN (16586, 79942, 79943, 79944, 79945, 79946, 79947, 79948, 79949, 79950, 79951, 79952, 79953, 79954, 79955, 79956, 79957, 79958, 79959);