diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2016-08-20 22:37:26 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-20 22:37:26 +0200 |
commit | d2885ed79f538c8beb03d3aeecb67d1b8e679f45 (patch) | |
tree | b7f711645479e60be49a8e60a36e9cb66a2f717d | |
parent | 4c4a379ae8a9643165cc3474d8be60a9c559f00c (diff) |
DB/Gameobject: Delete some duplicate spawns
-rw-r--r-- | sql/updates/world/6.x/2016_08_20_05_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/6.x/2016_08_20_05_world.sql b/sql/updates/world/6.x/2016_08_20_05_world.sql new file mode 100644 index 00000000000..4bb27226cac --- /dev/null +++ b/sql/updates/world/6.x/2016_08_20_05_world.sql @@ -0,0 +1,2 @@ +-- +DELETE FROM `gameobject` WHERE `guid` IN (200993,203068,212770,216466,220563); |