diff options
author | Killyana <morphone1@gmail.com> | 2016-07-20 20:19:20 +0200 |
---|---|---|
committer | joschiwald <joschiwald.trinity@gmail.com> | 2017-02-11 17:03:07 +0100 |
commit | a1dcbfc1b3a3000ebabe9c5f78e967cc821b6e4b (patch) | |
tree | 6152315d7e09a61ed45f0df82f815f1b341fdd01 | |
parent | 2ca6c021e1b5a88c9277d06747edda53283f78cd (diff) |
DB/Creature: update Drak'aguul script and fix a DB error
Updates #16573
(cherry picked from commit 995f5f1f2b66d5aaa98a8d824959fa95ec36ccc7)
-rw-r--r-- | sql/updates/world/master/2017_02_11_09_world_2016_07_20_02_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2017_02_11_09_world_2016_07_20_02_world.sql b/sql/updates/world/master/2017_02_11_09_world_2016_07_20_02_world.sql new file mode 100644 index 00000000000..125fa3bd8c8 --- /dev/null +++ b/sql/updates/world/master/2017_02_11_09_world_2016_07_20_02_world.sql @@ -0,0 +1,3 @@ +-- +UPDATE `smart_scripts` SET `event_type`=0, `event_flags`=1, `event_param1`=10000,`event_param2`=10000, `action_param2`=0 WHERE `entryorguid`= 26919 AND `source_type`= 0 AND `id`= 4; +UPDATE `smart_scripts` SET `link`=0 WHERE `entryorguid` IN (4950) AND `source_type`=2; |