diff options
author | Killyana <morphone1@gmail.com> | 2015-12-08 00:30:33 +0100 |
---|---|---|
committer | MitchesD <majklprofik@seznam.cz> | 2016-01-15 20:37:33 +0100 |
commit | f48469496ef2adf183806390350562b23c28fa8c (patch) | |
tree | 9a3fed4f715f3c07bbdbc04b60bfe90a1cf8cf67 | |
parent | bb97e888ff634e0dbb5a0b829ff0807a47fecdb0 (diff) |
DB/SAI: Reduce the LOS for snow mounds from 15 to 7 yards
(cherry picked from commit b6942cd090f34196a7a633f05d48c92a344106a1)
-rw-r--r-- | sql/updates/world/2016_01_15_04_world_2015_12_08_01.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2016_01_15_04_world_2015_12_08_01.sql b/sql/updates/world/2016_01_15_04_world_2015_12_08_01.sql new file mode 100644 index 00000000000..9e24acd91db --- /dev/null +++ b/sql/updates/world/2016_01_15_04_world_2015_12_08_01.sql @@ -0,0 +1,2 @@ +-- +UPDATE `smart_scripts` SET `event_param2`=7 WHERE `entryorguid` IN (34146, 34150, 34151) AND `source_type`=0 AND `id`=0; |