From a1dcbfc1b3a3000ebabe9c5f78e967cc821b6e4b Mon Sep 17 00:00:00 2001 From: Killyana Date: Wed, 20 Jul 2016 20:19:20 +0200 Subject: DB/Creature: update Drak'aguul script and fix a DB error Updates #16573 (cherry picked from commit 995f5f1f2b66d5aaa98a8d824959fa95ec36ccc7) --- sql/updates/world/master/2017_02_11_09_world_2016_07_20_02_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/master/2017_02_11_09_world_2016_07_20_02_world.sql (limited to 'sql') 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; -- cgit v1.2.3