diff options
| author | Wyreth <Wyreth@users.noreply.github.com> | 2017-10-22 14:59:13 +0200 | 
|---|---|---|
| committer | funjoker <funjoker109@gmail.com> | 2021-01-13 22:04:52 +0100 | 
| commit | 90797df32e403426c7962408679389a24c899a69 (patch) | |
| tree | 1399ef3b762e1cccd2c5f92a4a1046f9062619c5 | |
| parent | 3c898d9e011903f9f1408b1152e7d75b60c99ad7 (diff) | |
DB/Creature: Remove wrong mount from Champion Vranesh and fix the react state
Closes #20685
(cherry picked from commit 2e98c3c3205b61c5f06c60cf850a1a960d1e28f8)
| -rw-r--r-- | sql/updates/world/master/2021_01_09_01_world_2017_10_22_01_world.sql | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/sql/updates/world/master/2021_01_09_01_world_2017_10_22_01_world.sql b/sql/updates/world/master/2021_01_09_01_world_2017_10_22_01_world.sql new file mode 100644 index 00000000000..cd293e88b2e --- /dev/null +++ b/sql/updates/world/master/2021_01_09_01_world_2017_10_22_01_world.sql @@ -0,0 +1,3 @@ +--  +UPDATE `creature_template_addon` SET `mount`=0 WHERE `entry`=18146; +UPDATE `smart_scripts` SET `action_param6`=2 WHERE `entryorguid`=18146 AND `source_type`=0 AND `id`=0; | 
