From 28ef494fd481321f89ccc6d1251715cea99d81ba Mon Sep 17 00:00:00 2001 From: Killyana Date: Tue, 9 Apr 2019 20:40:47 +0200 Subject: DB/GameObject: Remove wrong spawns For 3.3.5 Only Don't push this to any other branch --- sql/updates/world/3.3.5/2019_04_09_02_world_335.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/3.3.5/2019_04_09_02_world_335.sql (limited to 'sql/updates') diff --git a/sql/updates/world/3.3.5/2019_04_09_02_world_335.sql b/sql/updates/world/3.3.5/2019_04_09_02_world_335.sql new file mode 100644 index 00000000000..d697fec3612 --- /dev/null +++ b/sql/updates/world/3.3.5/2019_04_09_02_world_335.sql @@ -0,0 +1,4 @@ +-- +DELETE FROM `gameobject` WHERE `id` IN (180864,180728); +DELETE FROM `gameobject_addon` WHERE `guid` IN (16586,825); +DELETE FROM `game_event_gameobject` WHERE `guid` IN (16586, 79942, 79943, 79944, 79945, 79946, 79947, 79948, 79949, 79950, 79951, 79952, 79953, 79954, 79955, 79956, 79957, 79958, 79959); -- cgit v1.2.3