diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2016-08-20 22:22:08 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-20 22:22:08 +0200 |
commit | 6456469794a1ba0788ca5ce10919906e29482aab (patch) | |
tree | 560305cd63044945fd6556ddfb28dd150fcf9748 | |
parent | 3d87fb28240e6f1b9dcc768d4aefc02694d404c8 (diff) |
DB/Gameobject: Delete some duplicate spawns
-rw-r--r-- | sql/updates/world/6.x/2016_08_20_02_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/6.x/2016_08_20_02_world.sql b/sql/updates/world/6.x/2016_08_20_02_world.sql new file mode 100644 index 00000000000..cc197fcbf2b --- /dev/null +++ b/sql/updates/world/6.x/2016_08_20_02_world.sql @@ -0,0 +1,2 @@ +-- +DELETE FROM `gameobject` WHERE `guid` IN (201040,203022,208610,212754,216477); |