diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2016-08-20 22:29:52 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-20 22:29:52 +0200 |
commit | 08d69e76545e6ce08fe6ec6d51a799d66d8bdced (patch) | |
tree | 3f4a807abe5a0a56fe5555cc844a0df75c7621c2 | |
parent | 6456469794a1ba0788ca5ce10919906e29482aab (diff) |
DB/Gameobject: Delete some duplicate spawns
-rw-r--r-- | sql/updates/world/6.x/2016_08_20_03_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/6.x/2016_08_20_03_world.sql b/sql/updates/world/6.x/2016_08_20_03_world.sql new file mode 100644 index 00000000000..624d2f51f08 --- /dev/null +++ b/sql/updates/world/6.x/2016_08_20_03_world.sql @@ -0,0 +1,2 @@ +-- +DELETE FROM `gameobject` where `guid` IN (201039,203023,208598,212748,216493); |