From f3dcdc4e647ef3e573c9e8892109dd36bc0b11f4 Mon Sep 17 00:00:00 2001 From: Killyana Date: Tue, 18 Oct 2016 15:51:42 +0200 Subject: DB/GameObjects: Remove Apple Bob duplicate spawns --- sql/updates/world/3.3.5/2016_10_18_01_world_335.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/3.3.5/2016_10_18_01_world_335.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2016_10_18_01_world_335.sql b/sql/updates/world/3.3.5/2016_10_18_01_world_335.sql new file mode 100644 index 00000000000..067350cb3ef --- /dev/null +++ b/sql/updates/world/3.3.5/2016_10_18_01_world_335.sql @@ -0,0 +1,3 @@ +-- +DELETE FROM `gameobject` WHERE `guid` IN (43078, 81120, 43079, 43067, 81129, 43046, 43045, 43053, 43054, 82876, 43052); +DELETE FROM `game_event_gameobject` WHERE `guid` IN (43078, 81120, 43079, 43067, 81129, 43046, 43045, 43053, 43054, 82876, 43052); -- cgit v1.2.3