diff options
| author | Aokromes <Aokromes@users.noreply.github.com> | 2016-09-05 13:55:01 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-09-05 13:55:01 +0200 |
| commit | 940dd2c52542c1b1291d2eca5b725190d13acbc4 (patch) | |
| tree | db1d18c08f98b5b9ba60e5dafc8b2f04fee40824 | |
| parent | 8eb244bab8d12e8bf36d785f08a7c50afb12a47a (diff) | |
DB/Creature: Link more Throne of the Tides creatures
Cherry pick from https://gitlab.com/trinitycore/TrinityCore_434/commit/7e627b020c8a55906994de7e1d03d4f7e5f0eb8a
| -rw-r--r-- | sql/updates/world/6.x/2016_09_05_04_world.sql | 5 |
1 files changed, 5 insertions, 0 deletions
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; |
