mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
6
sql/updates/world/3.3.5/2018_01_07_04_world.sql
Normal file
6
sql/updates/world/3.3.5/2018_01_07_04_world.sql
Normal file
@@ -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;
|
||||
Reference in New Issue
Block a user