From 7e1bfa2884677ddf337ea04584203a6671d25080 Mon Sep 17 00:00:00 2001 From: avarishd <46330494+avarishd@users.noreply.github.com> Date: Tue, 10 Oct 2023 16:37:24 +0300 Subject: [PATCH] fix(DB/Gameobject): Remove wagon duplicate. (#17422) fix(DB/Event): Remove wagon duplicate. --- data/sql/updates/pending_db_world/rev_1696507200849767300.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1696507200849767300.sql diff --git a/data/sql/updates/pending_db_world/rev_1696507200849767300.sql b/data/sql/updates/pending_db_world/rev_1696507200849767300.sql new file mode 100644 index 000000000..af553459c --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1696507200849767300.sql @@ -0,0 +1,3 @@ +-- Plague Wagon Empty +DELETE FROM `gameobject` WHERE `guid`=242285; +DELETE FROM `game_event_gameobject` WHERE `guid`=242285;