diff options
| author | Aokromes <Aokromes@users.noreply.github.com> | 2016-08-25 08:44:13 +0200 |
|---|---|---|
| committer | joschiwald <joschiwald.trinity@gmail.com> | 2017-02-18 16:19:17 +0100 |
| commit | 038012d4f8b5e9cbe8dd5015690478dc3167dc2a (patch) | |
| tree | 4574f5fd274b56f8058e7d2386859f644b9e3e53 | |
| parent | a4fc7d9d2d66b3d5f8a87f13bd368377d186d9dd (diff) | |
DB/Gameobject: Fix respawn time of few Quest GameObjects
Closes #17845 closes #17846 by Tauriella
(cherry picked from commit ee204984c25d2a2f6d13ce38587f6ec7d48438a0)
| -rw-r--r-- | sql/updates/world/master/2017_02_18_22_world_2016_08_25_02_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2017_02_18_22_world_2016_08_25_02_world.sql b/sql/updates/world/master/2017_02_18_22_world_2016_08_25_02_world.sql new file mode 100644 index 00000000000..f8cfc381e69 --- /dev/null +++ b/sql/updates/world/master/2017_02_18_22_world_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; |
