diff options
| author | Aokromes <Aokromes@users.noreply.github.com> | 2016-09-05 11:59:24 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-09-05 11:59:24 +0200 |
| commit | 23f1625e27b1f61261b62fd3b9d0c266697a1b90 (patch) | |
| tree | 557787bca0eeb376f8e758b1e8b1f609528ca0bd | |
| parent | ed904e952efe67557174c450281f275fee8040ea (diff) | |
DB/Creature: Link some Throne of the Tides creatures
| -rw-r--r-- | sql/updates/world/6.x/2016_09_05_00_world.sql | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sql/updates/world/6.x/2016_09_05_00_world.sql b/sql/updates/world/6.x/2016_09_05_00_world.sql new file mode 100644 index 00000000000..5353f5efa83 --- /dev/null +++ b/sql/updates/world/6.x/2016_09_05_00_world.sql @@ -0,0 +1,8 @@ +-- +UPDATE `creature_template` SET `difficulty_entry_1`=49080 WHERE `entry`=40586; +UPDATE `creature_template` SET `difficulty_entry_1`=49079 WHERE `entry`=39959; +UPDATE `creature_template` SET `difficulty_entry_1`=49097 WHERE `entry`=44566; +UPDATE `creature_template` SET `difficulty_entry_1`=49096 WHERE `entry`=40655; +UPDATE `creature_template` SET `difficulty_entry_1`=49062 WHERE `entry`=44801; +UPDATE `creature_template` SET `difficulty_entry_1`=49063 WHERE `entry`=44834; +UPDATE `creature_template` SET `difficulty_entry_1`=49099 WHERE `entry`=44864; |
