diff options
author | Killyana <morphone1@gmail.com> | 2016-10-01 15:23:11 +0200 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2016-10-01 15:23:11 +0200 |
commit | 6fbf213e8c48752db024f08944b7803817f8e7ee (patch) | |
tree | a9316b2b0feb66a1b214a48c6608deb902916fc3 | |
parent | 2995e2a93551d17a6ebb79eb0694161e659d4fb3 (diff) |
DB/Object: Fix some gob respawn time
Closes #18023
By Tauriella
-rw-r--r-- | sql/updates/world/3.3.5/2016_10_01_01_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2016_10_01_01_world.sql b/sql/updates/world/3.3.5/2016_10_01_01_world.sql new file mode 100644 index 00000000000..d1fb1cc034c --- /dev/null +++ b/sql/updates/world/3.3.5/2016_10_01_01_world.sql @@ -0,0 +1,3 @@ +-- +UPDATE `gameobject` SET `spawntimesecs` = 120 WHERE `id` = 375; +UPDATE `gameobject` SET `spawntimesecs` = 2 WHERE `id` IN (193197,181674,181675,191576,191519,192171,191708,193560,193561,181696,182532, 181746); |