aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoroffl <offl@users.noreply.github.com>2018-01-07 21:58:05 +0100
committerShauren <shauren.trinity@gmail.com>2021-05-16 21:56:06 +0200
commit7f50fc118a7d468694e9028a2a2ca4c16d9fbd87 (patch)
treef781d3fad24672cb1c7d8bbe04021ba8d4657c1d
parentc31ae7ab33c42689c45baa1f1086405656a3fdff (diff)
DB/Creature: Harbinger Skyriss
Closes #21168 (cherry picked from commit b847f32b585db7b2196777db2676702dcb7d1db4)
-rw-r--r--sql/updates/world/master/2021_05_16_10_world_2018_01_07_04_world.sql6
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_05_16_10_world_2018_01_07_04_world.sql b/sql/updates/world/master/2021_05_16_10_world_2018_01_07_04_world.sql
new file mode 100644
index 00000000000..839b45990f8
--- /dev/null
+++ b/sql/updates/world/master/2021_05_16_10_world_2018_01_07_04_world.sql
@@ -0,0 +1,6 @@
+--
+UPDATE `creature_template` SET `difficulty_entry_1`=21599,`flags_extra`=1 WHERE `entry`=20912;
+UPDATE `creature_template` SET `difficulty_entry_1`=21601 WHERE `entry`=21467;
+UPDATE `creature_template` SET `unit_flags`=832, `lootid`=21599, `mingold`=9588,`maxgold`=12532 WHERE `entry`=21599;
+UPDATE `creature_template` SET `unit_flags`=66, `lootid`=0, `mingold`=0,`maxgold`=0,`flags_extra`=0 WHERE `entry`=21601;
+UPDATE `creature_loot_template` SET `Entry`=21599 WHERE `Entry`=21601;