aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKillyana <morphone1@gmail.com>2019-07-13 19:14:24 +0200
committerKillyana <morphone1@gmail.com>2019-07-13 19:14:24 +0200
commit901d36b0a73fa0e181771e97b1848532a778d2e9 (patch)
treeb22e0dafc5486d780e14625b0dd028b5ad52e09c
parent479b029b4eb3ce4dcce11055d6e08477429009ad (diff)
DB: Remove wrong sql8.1.5/30706
-rw-r--r--sql/updates/world/master/2019_07_10_01_world.sql5
1 files changed, 0 insertions, 5 deletions
diff --git a/sql/updates/world/master/2019_07_10_01_world.sql b/sql/updates/world/master/2019_07_10_01_world.sql
deleted file mode 100644
index a6a7e97b06d..00000000000
--- a/sql/updates/world/master/2019_07_10_01_world.sql
+++ /dev/null
@@ -1,5 +0,0 @@
---
-DELETE FROM `creature_addon` WHERE `guid` IN (SELECT `guid` FROM `creature` WHERE `map` IN (648) AND `guid`<389369);
-DELETE FROM `creature` WHERE `map` IN (648) AND `guid`<389369;
-DELETE FROM `gameobject_addon` WHERE `guid` IN (SELECT `guid` FROM `gameobject` WHERE `map` IN (648) AND `guid`<238547);
-DELETE FROM `gameobject` WHERE `map` IN (648) AND `guid`<238547;