aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDr-J <daniel.jarrott0@gmail.com>2014-11-29 13:19:46 +0000
committerDr-J <daniel.jarrott0@gmail.com>2014-11-29 13:19:46 +0000
commit2f56fdbfa8967af3d51262eb6b1c825207450230 (patch)
tree56c6a75c68f2e63ae750440a12a67ce123f06197
parent13f205a90d380e74323f4a912c7be0e54d73e5cb (diff)
DB/Misc: Kill warnings
From negative spawntime in creature
-rw-r--r--sql/updates/world/2014_11_28_01_world.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/2014_11_28_01_world.sql b/sql/updates/world/2014_11_28_01_world.sql
new file mode 100644
index 00000000000..f89267d71b6
--- /dev/null
+++ b/sql/updates/world/2014_11_28_01_world.sql
@@ -0,0 +1 @@
+UPDATE `creature` SET `spawntimesecs`=120 WHERE `guid` IN(74951,74950,74949,74948);