diff options
-rw-r--r-- | sql/updates/world/master/2021_05_16_10_world_2018_01_07_04_world.sql | 6 |
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; |