diff options
author | Killyana <morphone1@gmail.com> | 2018-06-26 19:12:13 +0200 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2018-06-26 19:12:13 +0200 |
commit | 87e609a7592ebf07208fd39ea1117d118fcf4217 (patch) | |
tree | 689052a5ed52d2c34a9669bbb338a716d8399e18 | |
parent | f7283d97660be93921fdabb58a9fc3a245ece6e2 (diff) |
DB/GameObject: Remove wrong spawns
-rw-r--r-- | sql/updates/world/master/2018_06_26_00_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2018_06_26_00_world.sql b/sql/updates/world/master/2018_06_26_00_world.sql new file mode 100644 index 00000000000..e73b392e946 --- /dev/null +++ b/sql/updates/world/master/2018_06_26_00_world.sql @@ -0,0 +1,3 @@ +-- +DELETE FROM `gameobject` WHERE `guid` IN (212134, 212133, 212130, 212121); +DELETE FROM `gameobject_addon` WHERE `guid` IN (212134, 212133, 212130, 212121); |