From 7e627b020c8a55906994de7e1d03d4f7e5f0eb8a Mon Sep 17 00:00:00 2001 From: Aokromes Date: Mon, 5 Sep 2016 13:53:21 +0200 Subject: [PATCH] DB/Creature: Link more Throne of the Tides creatures --- sql/updates/world/4.3.4/2016_09_05_04_world.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sql/updates/world/4.3.4/2016_09_05_04_world.sql diff --git a/sql/updates/world/4.3.4/2016_09_05_04_world.sql b/sql/updates/world/4.3.4/2016_09_05_04_world.sql new file mode 100644 index 00000000000..2914a4ce700 --- /dev/null +++ b/sql/updates/world/4.3.4/2016_09_05_04_world.sql @@ -0,0 +1,5 @@ +-- +UPDATE `creature_template` SET `difficulty_entry_1`=49064 WHERE `entry`=40765; +UPDATE `creature_template` SET `difficulty_entry_1`=49072 WHERE `entry`=40825; +UPDATE `creature_template` SET `minlevel`=87, `maxlevel`=87, `exp`=3, `faction`=14, `unit_flags`=33088, `unit_flags2`=2080 WHERE `entry`=49064; +UPDATE `creature_template` SET `minlevel`=87, `maxlevel`=87, `exp`=3, `faction`=14, `npcflag`=2, `speed_run`=1.42857, `unit_flags`=32832 WHERE `entry`=49072;