From 940dd2c52542c1b1291d2eca5b725190d13acbc4 Mon Sep 17 00:00:00 2001 From: Aokromes Date: Mon, 5 Sep 2016 13:55:01 +0200 Subject: DB/Creature: Link more Throne of the Tides creatures Cherry pick from https://gitlab.com/trinitycore/TrinityCore_434/commit/7e627b020c8a55906994de7e1d03d4f7e5f0eb8a --- sql/updates/world/6.x/2016_09_05_04_world.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sql/updates/world/6.x/2016_09_05_04_world.sql (limited to 'sql/updates') diff --git a/sql/updates/world/6.x/2016_09_05_04_world.sql b/sql/updates/world/6.x/2016_09_05_04_world.sql new file mode 100644 index 00000000000..2914a4ce700 --- /dev/null +++ b/sql/updates/world/6.x/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; -- cgit v1.2.3