From 8c3356e64b6e7e97d039e4567a3e5cdf1ef1a4de Mon Sep 17 00:00:00 2001 From: Killyana Date: Sun, 17 Apr 2016 14:52:48 +0200 Subject: DB/Gameobject: Fix some gameobjects respawn time Closes #16970 #16977 #16972 #16990 --- sql/updates/world/3.3.5/2016_04_17_01_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/3.3.5/2016_04_17_01_world.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2016_04_17_01_world.sql b/sql/updates/world/3.3.5/2016_04_17_01_world.sql new file mode 100644 index 00000000000..f57f73c925d --- /dev/null +++ b/sql/updates/world/3.3.5/2016_04_17_01_world.sql @@ -0,0 +1,3 @@ +-- +UPDATE `gameobject` SET `spawntimesecs` = 10 WHERE `id` IN (148499, 178084, 178085, 176785); +UPDATE `gameobject` SET `spawntimesecs` = 2 WHERE `id` IN (190447, 759); -- cgit v1.2.3