diff options
author | Killyana <morphone1@gmail.com> | 2016-04-17 14:54:49 +0200 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2016-04-17 14:54:49 +0200 |
commit | c883938bffd7047513edc6cf9ce02bf0c02ebe4e (patch) | |
tree | 538e4b2839ab12f30b9953898da5380284bf2bb4 /sql | |
parent | 25e1ecb33de8bfaea7fa7fa8c7f3da3074ea89e0 (diff) |
DB/Gameobject: Fix some gameobjects respawn time
Updates #16970 #16977 #16972 #16990
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/world/6.x/2016_04_17_01_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
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); |