diff options
author | tkrokli <tkrokli@users.noreply.github.com> | 2017-03-25 11:18:49 +0100 |
---|---|---|
committer | tkrokli <tkrokli@users.noreply.github.com> | 2017-03-25 11:18:49 +0100 |
commit | 3e22222716eb29b4e76892129558a3ea79121b51 (patch) | |
tree | 4615433769f4f18f3a8656a947e2d73b6d04fb21 | |
parent | 2792046dc7a229180d27dfdc4ce37ccfb84c8a27 (diff) |
DB/GameObject: remove 4 new DBErrors
These 4 gameobject entries were removed from Zul'Aman
in commit 226a69f5dc5effb8182cd5ffa64b0ff405c5d580
but went unnoticed because of deletion by map.
-rw-r--r-- | sql/updates/world/3.3.5/2017_03_25_00_world_335.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2017_03_25_00_world_335.sql b/sql/updates/world/3.3.5/2017_03_25_00_world_335.sql new file mode 100644 index 00000000000..62f775b10c1 --- /dev/null +++ b/sql/updates/world/3.3.5/2017_03_25_00_world_335.sql @@ -0,0 +1,2 @@ +-- 4 gameobject entries already removed from Zul'Aman in commit 226a69f5dc +DELETE FROM `gameobject_addon` WHERE `guid` IN (12647, 18539, 20584, 47284); |