diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2016-09-28 13:39:47 +0200 |
---|---|---|
committer | joschiwald <joschiwald.trinity@gmail.com> | 2017-03-04 19:01:40 +0100 |
commit | 8bf21b37aa6839ba2fe9a6ac241c071b41e12cdf (patch) | |
tree | 74d1353cfff72a23811be6eff2a929b13ec9db5d | |
parent | 07149316d1717cd2f1f28d7945f6d572c4bc5fb7 (diff) |
DB/Creature: follow up to b153d783b
By Malcrom
(cherry picked from commit 71dc6b9572463eb0c41a47ac0b241fc395c9559f)
Update 2016_09_28_02_world.sql
(cherry picked from commit e1bafd62a76d83c841006265a0fe08b7e5e66eb7)
-rw-r--r-- | sql/updates/world/master/2017_03_04_03_world_2016_09_28_02_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2017_03_04_03_world_2016_09_28_02_world.sql b/sql/updates/world/master/2017_03_04_03_world_2016_09_28_02_world.sql new file mode 100644 index 00000000000..08f3cc34c39 --- /dev/null +++ b/sql/updates/world/master/2017_03_04_03_world_2016_09_28_02_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `waypoint_data` SET `delay`=1000 WHERE `id` IN (876690,876700) AND `point`=7; |