diff options
| author | Killyana <morphone1@gmail.com> | 2017-04-09 15:37:48 +0200 |
|---|---|---|
| committer | Killyana <morphone1@gmail.com> | 2017-04-09 15:37:48 +0200 |
| commit | f7bb1d899da27b62a54193e158c1400ef107015a (patch) | |
| tree | 596ee286a9972516d4b360afb292af8c214baa58 | |
| parent | 2921449a333ea27a62c7b21d003650421c982917 (diff) | |
DB/Script: Fix Captain Dranarus sound range
By offl
Closes #19427
| -rw-r--r-- | sql/updates/world/3.3.5/2017_04_09_00_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2017_04_09_00_world.sql b/sql/updates/world/3.3.5/2017_04_09_00_world.sql new file mode 100644 index 00000000000..acdcd14322e --- /dev/null +++ b/sql/updates/world/3.3.5/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; |
