From a10870571558424033c2ffb41e4759e6581c8d86 Mon Sep 17 00:00:00 2001 From: Killyana Date: Mon, 3 Sep 2018 22:06:51 +0200 Subject: DB/GameObject: Fix some wrong spawns --- sql/updates/world/3.3.5/2018_09_03_03_world_335.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/3.3.5/2018_09_03_03_world_335.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2018_09_03_03_world_335.sql b/sql/updates/world/3.3.5/2018_09_03_03_world_335.sql new file mode 100644 index 00000000000..fe84f713514 --- /dev/null +++ b/sql/updates/world/3.3.5/2018_09_03_03_world_335.sql @@ -0,0 +1,4 @@ +-- +UPDATE `gameobject` SET `id`=171942, `spawntimesecs`=180, `animprogress`=100 WHERE `guid`=18199; +DELETE FROM `gameobject` WHERE `guid`=48892; +DELETE FROM `gameobject_addon` WHERE `guid`=48892; -- cgit v1.2.3