diff options
| author | Aokromes <Aokromes@users.noreply.github.com> | 2016-08-20 22:19:20 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-08-20 22:19:20 +0200 |
| commit | 3d87fb28240e6f1b9dcc768d4aefc02694d404c8 (patch) | |
| tree | c482a91dfdb81793750f7d02b76aec80dc598df7 | |
| parent | 4c52b78adf084e3e28f2d3076c6e7946d0ca62d2 (diff) | |
DB/Gameobject: Delete some duplicate spawns
| -rw-r--r-- | sql/updates/world/6.x/2016_08_20_01_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/6.x/2016_08_20_01_world.sql b/sql/updates/world/6.x/2016_08_20_01_world.sql new file mode 100644 index 00000000000..65aa90cd227 --- /dev/null +++ b/sql/updates/world/6.x/2016_08_20_01_world.sql @@ -0,0 +1,2 @@ +-- +DELETE FROM `gameobject` WHERE `guid` IN (201041,203021,208599,212749,216478,218960,233015); |
