mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 09:44:45 +01:00
DB/Creature: Harbinger Skyriss
Closes #21168
(cherry picked from commit b847f32b58)
This commit is contained in:
@@ -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