diff options
| author | Aokromes <Aokromes@users.noreply.github.com> | 2016-09-30 07:59:28 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-09-30 07:59:28 +0200 |
| commit | b077711c3c6fd20a1ad1645368f3cfb52dd6ff82 (patch) | |
| tree | b822e895e7c1ff9c81acd52d135c52e28310694d | |
| parent | c676e80c456e7099c961b927ba6e330bf57377ed (diff) | |
DB/Gameobject: Delete duplicate spawn
| -rw-r--r-- | sql/updates/world/6.x/2016_09_30_00_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/6.x/2016_09_30_00_world.sql b/sql/updates/world/6.x/2016_09_30_00_world.sql new file mode 100644 index 00000000000..d63a1321c1c --- /dev/null +++ b/sql/updates/world/6.x/2016_09_30_00_world.sql @@ -0,0 +1,2 @@ +-- +DELETE FROM `gameobject` where `guid`=219031 AND `id`=207414; |
