diff options
author | shamage <shamage@users.noreply.github.com> | 2022-01-27 17:00:12 +0100 |
---|---|---|
committer | ModoX <moardox@gmail.com> | 2022-01-27 17:00:12 +0100 |
commit | 2b7545378a53a0bc9b11a5a73ebf7b2f7aee7a7b (patch) | |
tree | 451ae055410188c9ec054f4e2e1bda4005497ceb | |
parent | 842e280d9e6a05fe6e9c439e1598c736f7844e89 (diff) |
DB/GameObject: Remove duplicate board spawn in Stormwind
* removing cata era one
Closes #27672
-rw-r--r-- | sql/updates/world/master/2022_01_27_01_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_01_27_01_world.sql b/sql/updates/world/master/2022_01_27_01_world.sql new file mode 100644 index 00000000000..53b7d964cdb --- /dev/null +++ b/sql/updates/world/master/2022_01_27_01_world.sql @@ -0,0 +1,2 @@ +-- +DELETE FROM `gameobject` WHERE `guid`=220601 AND `id`=206111; -- cata era board |