diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2016-08-20 22:43:37 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-20 22:43:37 +0200 |
commit | 4cd6295efbb71008410b2ef4ab2f94f668216b15 (patch) | |
tree | 7e79d72d208952e03427536d1ac41989ef2bc3d8 | |
parent | d2885ed79f538c8beb03d3aeecb67d1b8e679f45 (diff) |
DB/Gameobject: Delete some duplicate spawns
-rw-r--r-- | sql/updates/world/6.x/2016_08_20_06_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/6.x/2016_08_20_06_world.sql b/sql/updates/world/6.x/2016_08_20_06_world.sql new file mode 100644 index 00000000000..646202d365d --- /dev/null +++ b/sql/updates/world/6.x/2016_08_20_06_world.sql @@ -0,0 +1,2 @@ +-- +DELETE FROM `gameobject` WHERE `guid` IN (203059,212760,216475,220570); |