diff options
author | Killyana <morphone1@gmail.com> | 2017-04-09 15:37:48 +0200 |
---|---|---|
committer | funjoker <funjoker109@gmail.com> | 2020-04-27 12:25:52 +0200 |
commit | 75686795f1e24c6918bbc12a1ad9a641eb0e5eca (patch) | |
tree | 4782bf029f1e27db533f957d921e5d877733e095 | |
parent | 304eeea570c153ea1b9598eb7b15b0e2ec2b8399 (diff) |
DB/Script: Fix Captain Dranarus sound range
By offl
Closes #19427
(cherry picked from commit f7bb1d899da27b62a54193e158c1400ef107015a)
-rw-r--r-- | sql/updates/world/master/2020_04_26_00_world_2017_04_09_00_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2020_04_26_00_world_2017_04_09_00_world.sql b/sql/updates/world/master/2020_04_26_00_world_2017_04_09_00_world.sql new file mode 100644 index 00000000000..acdcd14322e --- /dev/null +++ b/sql/updates/world/master/2020_04_26_00_world_2017_04_09_00_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `waypoint_scripts` SET `datalong2` = 2 WHERE `id` = 14 AND `command` = 16 AND `datalong` = 9739; |