diff options
author | Killyana <morphone1@gmail.com> | 2016-07-20 20:19:20 +0200 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2016-07-20 20:19:20 +0200 |
commit | 995f5f1f2b66d5aaa98a8d824959fa95ec36ccc7 (patch) | |
tree | a1dfdd4e3b44aadfd79ee722c64b6fc9f7d94588 | |
parent | 869e4eade58477e5573b41dbbf251e3f2bd99fd0 (diff) |
DB/Creature: update Drak'aguul script and fix a DB error
Updates #16573
-rw-r--r-- | sql/updates/world/3.3.5/2016_07_20_02_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2016_07_20_02_world.sql b/sql/updates/world/3.3.5/2016_07_20_02_world.sql new file mode 100644 index 00000000000..125fa3bd8c8 --- /dev/null +++ b/sql/updates/world/3.3.5/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; |