aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAokromes <Aokromes@users.noreply.github.com>2016-08-25 08:44:13 +0200
committerGitHub <noreply@github.com>2016-08-25 08:44:13 +0200
commitee204984c25d2a2f6d13ce38587f6ec7d48438a0 (patch)
tree6e6940076ffda50ef02436e208028ce6e139697e
parent05df3cc98813688247dc2ec0ce3899a1369ec0d5 (diff)
DB/Gameobject: Fix respawn time of few Quest GameObjects
Closes #17845 closes #17846 by Tauriella
-rw-r--r--sql/updates/world/3.3.5/2016_08_25_02_world.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2016_08_25_02_world.sql b/sql/updates/world/3.3.5/2016_08_25_02_world.sql
new file mode 100644
index 00000000000..f8cfc381e69
--- /dev/null
+++ b/sql/updates/world/3.3.5/2016_08_25_02_world.sql
@@ -0,0 +1,3 @@
+--
+UPDATE `gameobject` SET `spawntimesecs` = 2 WHERE `id` IN (188675,188676,188677);
+UPDATE `gameobject` SET `spawntimesecs` = 2 WHERE `id` = 189293;