From c883938bffd7047513edc6cf9ce02bf0c02ebe4e Mon Sep 17 00:00:00 2001 From: Killyana Date: Sun, 17 Apr 2016 14:54:49 +0200 Subject: DB/Gameobject: Fix some gameobjects respawn time Updates #16970 #16977 #16972 #16990 --- sql/updates/world/6.x/2016_04_17_01_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/6.x/2016_04_17_01_world.sql (limited to 'sql') diff --git a/sql/updates/world/6.x/2016_04_17_01_world.sql b/sql/updates/world/6.x/2016_04_17_01_world.sql new file mode 100644 index 00000000000..f57f73c925d --- /dev/null +++ b/sql/updates/world/6.x/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