diff options
author | Dr-J <daniel.jarrott0@gmail.com> | 2014-11-29 13:19:46 +0000 |
---|---|---|
committer | Dr-J <daniel.jarrott0@gmail.com> | 2014-11-29 13:19:46 +0000 |
commit | 2f56fdbfa8967af3d51262eb6b1c825207450230 (patch) | |
tree | 56c6a75c68f2e63ae750440a12a67ce123f06197 | |
parent | 13f205a90d380e74323f4a912c7be0e54d73e5cb (diff) |
DB/Misc: Kill warnings
From negative spawntime in creature
-rw-r--r-- | sql/updates/world/2014_11_28_01_world.sql | 1 |
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); |