diff options
| author | Aokromes <Aokromes@users.noreply.github.com> | 2016-08-21 13:40:24 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-08-21 13:40:24 +0200 |
| commit | 844b8e41d4cdc2cce86794ab882d79be0919db35 (patch) | |
| tree | 2a9e13b2c0f5437bb63c3876937514b97f4cdf85 | |
| parent | 4963ff34a4bff52fefb7f523724af75e8d5dc525 (diff) | |
DB/Gameobject: Delete some duplicate spawns
Cherry pick from https://github.com/TrinityCoreLegacy/TrinityCore/commit/d5e0e9947793483d50055caf7a0afdf628075f02
| -rw-r--r-- | sql/updates/world/6.x/2016_08_21_04_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/6.x/2016_08_21_04_world.sql b/sql/updates/world/6.x/2016_08_21_04_world.sql new file mode 100644 index 00000000000..8ced73b77be --- /dev/null +++ b/sql/updates/world/6.x/2016_08_21_04_world.sql @@ -0,0 +1,3 @@ +-- +DELETE FROM `gameobject` WHERE `guid` IN (203050,203055,212756,212758,216476,216479,220581,220583); +DELETE FROM `gameobject_addon` WHERE `guid` IN (203050,203055,212756,212758,216476,216479,220581,220583); |
