diff options
| author | Aokromes <Aokromes@users.noreply.github.com> | 2016-09-05 12:04:43 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-09-05 12:04:43 +0200 |
| commit | 821dbe5067360ecb3fcfbacbd38462381da5ef04 (patch) | |
| tree | ee5248f435f4fe534b5ecdd4f274640729460c67 | |
| parent | 23f1625e27b1f61261b62fd3b9d0c266697a1b90 (diff) | |
DB/Creature: Link more Throne of the Tides creatures
cherry pick from https://gitlab.com/trinitycore/TrinityCore_434/commit/f3215c03a9af8792c0c1952452343ff3f5378da4
| -rw-r--r-- | sql/updates/world/6.x/2016_09_05_01_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/6.x/2016_09_05_01_world.sql b/sql/updates/world/6.x/2016_09_05_01_world.sql new file mode 100644 index 00000000000..38087563dfc --- /dev/null +++ b/sql/updates/world/6.x/2016_09_05_01_world.sql @@ -0,0 +1,3 @@ +-- +UPDATE `creature_template` SET `difficulty_entry_1`=49100 WHERE `entry`=44581; +UPDATE `creature_template` SET `difficulty_entry_1`=49101 WHERE `entry`=45030; |
