mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 18:36:31 +01:00
DB/Misc: Fix a couple of start up errors and allow the mounted version of Attumen the Huntsmen to skip player damage check
This commit is contained in:
3
sql/updates/world/3.3.5/2016_08_08_00_world.sql
Normal file
3
sql/updates/world/3.3.5/2016_08_08_00_world.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
UPDATE `creature_template` SET `lootid` = 0 WHERE `entry` = 15550;
|
||||
UPDATE `conditions` SET `SourceGroup` = 16152 WHERE `SourceGroup` = 15550 AND `SourceEntry` = 23809 AND `SourceTypeOrReferenceId` = 1;
|
||||
UPDATE `creature_template` SET `flags_extra` = `flags_extra`|2097152 WHERE `entry` = 16152;
|
||||
Reference in New Issue
Block a user